1.0.4 • Published 5 years ago
enc-password v1.0.4
Project Title
This package is created for encrypting password.
Install
npm i enc-passwordFeatures
1. Password EncryptionHow to use
Step 1 : npm i enc-password
Step 2 : import the package where you want to use
eg.
const encPassword = require("enc-password");
encpassword("Pass the Un Encrypted Password")
.then((result =>{
console.log(result)
}))
.catch((error)=>{console.log(error)});Keywords
encryption