freebsd-ports/security/crank/pkg-descr
Ying-Chieh Liao 983ecac135 add crank
CRyptANalysis toolKit
2001-04-18 19:43:17 +00:00

12 lines
658 B
Plaintext

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/