
One-time pad cipher
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
A simple program that can encrypt or decrypt a sentence using "One-time pad" cipher.
It can use characters: [0-9], [a-z], [space], [.,:;()+-=*/!?].
It also has a key generator.
To learn more about the One-time Pad cipher or the Vernam cipher see Wikipedia at: http://en.wikipedia.org/wiki/One-time_pad
Please login or register to add a comment or rating