super-simple-encryption
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i super-simple-encryption

Weekly Downloads

0

Version

1.0.2

License

MIT

Unpacked Size

21 kB

Total Files

13

Last publish

Collaborators

  • lightyagami200