1.1.0 • Published 4 years ago

kryption v1.1.0

Weekly downloads
3
License
ISC
Repository
github
Last release
4 years ago

Kryption

A simple string encode and decode base on string key.

Installation

Use the package manager npm.

npm install kryption

Usage

import kryption from 'kryption';

// Encode a string
kryption.encode(<string you want to encode>: string, <key>: string);

// Decode a string
kryption.decode(<encoded string>: string, <key>: string);

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

Author: ThienKhoi Tran tranthienkhoi@gmail.com