otp-generator/README.md

4 lines
269 B
Markdown
Raw Normal View History

2018-02-21 07:09:34 +01:00
# 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!