One time pad

From Hackepedia
Revision as of 05:47, 16 December 2010 by Pbug (talk | contribs) (Created page with "A one time pad takes plaintext and a pad (random garble) and XORs it together. Another person who has the same pad can then decipher this. Here is an example in C how a one...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

A one time pad takes plaintext and a pad (random garble) and XORs it together. Another person who has the same pad can then decipher this.

Here is an example in C how a one time pad program might look like: