1
0
Fork 0
mirror of https://github.com/Alamantus/otp-generator.git synced 2025-06-23 09:26:39 +02:00

Add a readme

This commit is contained in:
Robbie Antenesse 2018-02-20 23:09:34 -07:00
parent 988525177c
commit 0fa0956f7e

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!