Commit Graph

8 Commits

Author SHA1 Message Date
pvalchev
a8a12420c7 -Wno-endif-labels is gcc3-only and not all of our architectures use it;
therefore remove it as the (irrelevant) warnings can easily be ignored.
2005-12-18 22:33:42 +00:00
aanriot
f61e68a8bf update to 0.2.1:
- bugfixes
- better installation stuff
- guile interface

ok naddy@
2005-07-18 17:02:48 +00:00
mark
d022915444 respect CC/CFLAGS; notified by naddy@ 2002-10-28 22:34:35 +00:00
obecian
78aa61a6d6 crank-0.1.4 update 2001-08-09 18:53:30 +00:00
obecian
f2a9c9cdfe crank-0.1.3 update
o transposition.grid-controls added (rectangular grid transposition
  ciphers)
o steganalysis.word-gaps added (hidden cipher breaker)
o Various cosmetic changes
o Made source pane editable updating view pane dynamically. Got rid of
  old "edit source" option.
o Moved hillclimb-cracker's progress bar onto widget display
o Description area in plugin-viewer
o Plugins share variables by not using 'static'
o New plugin->menu_string and menu items
o Added optional source pane to make the source/view idea more obvious
2001-07-25 04:20:17 +00:00
obecian
f67415d160 update to crank-0.1.1
(BUGFIX: resolved segfault on execution)
2001-04-21 03:32:32 +00:00
obecian
58d83f101a respect CC/CFLAGS (from wilfried@) 2001-03-17 20:44:43 +00:00
obecian
66f3bffd10 Crank is short for "CRyptANalysis toolKit", and its overall purpose
is to provide a powerful and extensible environment for solving
classical (pen-and-paper) ciphers, providing as much automation as
possible. Classical ciphers include common schemes like monoalphabetic
substitutions, where each letter of the alphabet is mapped to another
(usually different) letter consistently through the text. The first
version of Crank is restricting itself to these special ciphers. Other
algorithms forever devoid of Crank's attentions include Enigma, RSA,
DES, MurkelFish, or anything else invented after 1900.
2001-02-06 08:07:48 +00:00