Add a readme

This commit is contained in:
Robbie Antenesse 2018-02-20 23:09:34 -07:00
parent 988525177c
commit 0fa0956f7e
1 changed files with 4 additions and 0 deletions

4
README.md Normal file
View File

@ -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!