diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-04-19 03:43:17 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-04-19 03:43:17 +0800 |
commit | 1e27029f11597b61787a0883b43558d456466e20 (patch) | |
tree | fe735a287bb294b0f2da9b8e148c755892e38ad4 /security/crank/pkg-descr | |
parent | 11b07f069fa63a146ac98cdde459738b239e1cb3 (diff) | |
download | freebsd-ports-gnome-1e27029f11597b61787a0883b43558d456466e20.tar.gz freebsd-ports-gnome-1e27029f11597b61787a0883b43558d456466e20.tar.zst freebsd-ports-gnome-1e27029f11597b61787a0883b43558d456466e20.zip |
add crank
CRyptANalysis toolKit
Diffstat (limited to 'security/crank/pkg-descr')
-rw-r--r-- | security/crank/pkg-descr | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/security/crank/pkg-descr b/security/crank/pkg-descr new file mode 100644 index 000000000000..6c60d4e79010 --- /dev/null +++ b/security/crank/pkg-descr @@ -0,0 +1,11 @@ +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. They're hard(er). + +WWW: http://crank.sourceforge.net/ |