pass-encrypto
v1.0.3
Published
A package that encrypts user data.
Readme
What is pass-encrypto?
- encrypto is a npm package that encrypts the user data.
- It uses 3 layers of encryption.
How to use pass-encypto?
How to import package?
const {encrypto}= require("pass-encrypto");Uses
const {encrypto}= require("pass-encrypto");
let data="password";
const returnValue=encrypto(data);API's Available:
encrypto("String");Note
- Passed Value must be a string.
