Add a readme
This commit is contained in:
parent
988525177c
commit
0fa0956f7e
|
@ -0,0 +1,4 @@
|
|||
# One-Time Pad Generator
|
||||
|
||||
Encrypt messages with a randomly-generated [one-time pad](https://en.wikipedia.org/wiki/One-time_pad)! Send your encrypted message along with your pad,
|
||||
and your friend can decrypt the message. Just be sure you destroy the pad when you're done!
|
Loading…
Reference in New Issue