1.0.1 • Published 3 years ago

onetimepad-js v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

onetimepad-js

Start project for a (possible) npm package, this is a homework for my faculty and I want to publish a package in NPM.

Requirements

  • Node V10+
  • NPM V6+

Installation

To run this project simply clone the repository, and run main.js as an example.

Usage

import Encrypter from './Cipher.js'


let enc = new Encrypter();
enc.encrypt("hola");
enc.decrypt(); // will return "hola".
1.0.1

3 years ago

1.0.0

3 years ago