Vernam
Vernam refers to a cipher system developed by Gilbert S. Vernam in 1917 that forms the basis of the one-time pad concept. The Vernam cipher is a symmetric key, stream-style cipher in which a plaintext message is combined with a random key stream of equal length using a bitwise exclusive OR (XOR). When the key is truly random, as long as the plaintext, and used only once, the resulting ciphertext reveals no information about the original message without knowledge of the key.
The encryption process is simple in principle: C = P XOR K, where P is the plaintext, K
Historically, Vernam’s idea led to the terminology of the one-time pad, and Claude Shannon later proved the