unicodegen
v0.1.1
Published
* Uni-code is a npm package that generates random code each time. * It uses 5 layers of encryption.
Downloads
12
Readme
What is uni-code?
- Uni-code is a npm package that generates random code each time.
- It uses 5 layers of encryption.
How to import package?
const {uniocde}= require("uni-code");Uses
const {uniocde}= require("uni-code");
let data="password";
const returnValue=unicode(data);API's Available:
unicode();Note
- Passed Value can be anything.
