onetimepad-js

1.0.1 • Public • Published

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".

Readme

Keywords

Package Sidebar

Install

npm i onetimepad-js

Weekly Downloads

1

Version

1.0.1

License

MIT

Unpacked Size

4.82 kB

Total Files

6

Last publish

Collaborators

  • molinajimenez