1
0
Fork 0
Make secure communication easy and fun! https://alamantus.github.io/otp-generator/
Datei suchen
Robbie Antenesse 6fb8494c8f Use random.org to choose the random pad values 2018-02-22 16:42:51 -07:00
docs Use random.org to choose the random pad values 2018-02-22 16:42:51 -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 Use random.org to choose the random pad values 2018-02-22 16:42:51 -07:00
index.html HTML fixes 2018-02-21 20:54:48 -07:00
index.js Use random.org to choose the random pad values 2018-02-22 16:42:51 -07:00
package.json Use random.org to choose the random pad values 2018-02-22 16:42:51 -07:00
yarn.lock Use random.org to choose the random pad values 2018-02-22 16:42: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!

Uses Random.org to generate a truly random one-time pad.

Installation

Clone with git:

> git clone https://github.com/Alamantus/otp-generator.git

Go to the directory:

> cd otp-generator

Install dependencies with NPM or Yarn:

> yarn
// OR
> npm install

Usage

Run it:

npm run dev

Open your browser and go to http://localhost:1234.

Use it!