|
vigenere is an implementation of the Vigenere cipher encryption
|
|
algorithm with an extension to all printable ASCII characters.
|
|
The utility is capable of encrypting/decrypting arguments that
|
|
are passed to it upon invocation or process input- and outputfiles.
|