Tuesday, November 1, 2016

Classic Cipher : Vernam Cipher in Python (Encrypt)

       The Vernam Cipher is based on the principle that each  plaintext  character from a message is 'mixed' with one character fr... thumbnail 1 summary

       The Vernam Cipher is based on the principle that each plaintext character from a message is 'mixed' with one character from a key stream. If a truely random key stream is used, the result will be a truely 'random'ciphertext which bears no relation to the original plaintext (http://www.cryptomuseum.com/crypto/vernam.htm)

Code : 

Output :

No comments

Post a Comment