OTP Manager
Encryption with a one-time pad is an extremely simple cryptographic method for hiding information. It involves the creation of a random key the size of the text to be encrypted and the modular addition of the two. I just finished up coding an application which offers some simple functions which make the implementation of a one-time pad somewhat simpler. Below is some information about one-time pads and the program.




