83764e1daa
Change some URLs from author dirs to dist dirs. The example in the porter's handbook didn't have the trailing slash; mea culpa for not having caught that when it went in.
9 lines
485 B
Text
9 lines
485 B
Text
This module is a complete working Perl implementation of the Enigma Machine
|
|
used during World War II. The cipher calculations are based on actual Enigma
|
|
values and the resulting ciphered values are as would be expected from an
|
|
Enigma Machine.
|
|
The implementation allows for all of the Rotors and Reflectors available to the
|
|
real world Enigma to be used. A Steckerboard has also been implemented,
|
|
allowing letter substitutions to be made.
|
|
|
|
WWW: http://search.cpan.org/dist/Crypt-Enigma/
|