0.0.2-beta • Published 4 years ago

is-unicipher v0.0.2-beta

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

UniCipher Library

GitHub package.json version(https://www.npmjs.com/package/is-unicipher)

by Intelligent Software. Yuriy Klerk.

Install

npm i --save is-unicipher

How to use

import UniCipher from 'is-unicipher';

//or (for es < 6)
const UniCipher = require("is-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