Blog
JavaScript – Simple Vernam Cipher
If you have ever taken an encryption class, I am sure that you have heard of the Vernam Cipher. For fun today I decided to write a quick one in JavaScript which takes your message and the random key: To you use this function you must supply both a message Read more…