Cypher (2009-01-21)

Cypher is a Perl script that performs implementations of various ciphers, such as Caesar (rotational), affine, Vigenère, reverse-alphabetical, and codeword. Input can come from either a command-line argument (file or string) or stdin (via a pipe or interactive input). Both encoding and decoding are supported. For more detailed program information, use the command-line `--help' argument.

General Information
  • Last Modified: 7 February 2009
  • License: BSD

Click here to download Cypher.