Make secure communication easy and fun! https://alamantus.github.io/otp-generator/
Go to file
Robbie Antenesse 0fa0956f7e Add a readme 2018-02-20 23:09:34 -07:00
.babelrc Initial commit: set up environment 2018-02-20 18:35:51 -07:00
.gitignore Initial commit: set up environment 2018-02-20 18:35:51 -07:00
README.md Add a readme 2018-02-20 23:09:34 -07:00
index.html Add tests for encrypting and decrypting. 2018-02-20 22:53:33 -07:00
index.js Replace non-characters with '-' instead of '' to mark punctuation 2018-02-20 23:05:02 -07:00
package.json Add tests for encrypting and decrypting. 2018-02-20 22:53:33 -07:00
yarn.lock Initial commit: set up environment 2018-02-20 18:35:51 -07:00

README.md

One-Time Pad Generator

Encrypt messages with a randomly-generated 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!