blob: e05a2121dc736d676378a03de5084485b5dd9dec (
plain) (
tree)
|
|
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.
WWW: https://github.com/olimah/vigenere
|