Make secure communication easy and fun! https://alamantus.github.io/otp-generator/
Go to file
Robbie Antenesse 0be7c788c3 Allow creating custom pad as long as it's longer than the input. 2018-02-20 23:27:01 -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 installation and usage to Readme 2018-02-20 23:15:54 -07:00
index.html Allow creating custom pad as long as it's longer than the input. 2018-02-20 23:27:01 -07:00
index.js Allow creating custom pad as long as it's longer than the input. 2018-02-20 23:27:01 -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!

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!