0.0.1-beta • Published 4 years ago

unicipher v0.0.1-beta

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

UniCipher Library

Install

npm i --save UniCipher

How to use

import UniCipher from 'UniCipher';

//or (for es < 6)
const UniCipher = require("UniCipher"); 
Encrypt your text with some password:
UniCipher.encrypt("<somePassword>", "<somePlainText>");
Decrypt your cipher:
UniCipher.encrypt("<somePassword>", "<someCipher>");

Products that use UniCipher

Alt text

License

MIT

0.0.1-beta

4 years ago

1.0.0

4 years ago