1.0.2 • Published 2 years ago

super-simple-encryption v1.0.2

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

Installation

$ npm install --save super-simple-encryption

or if you prefer yarn

$ yarn add super-simple-encryption

Usage

import { SuperSimpleEncryption } from "super-simple-encryption";

const enc = new SuperSimpleEncryption("32 digit key");

const encrypted = enc.encrypt("Hello World"); // returns encrypted string

const decrypted = enc.decrypt(encrypted); // returns decrypted string
1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago