pwd-enc

1.0.4 • Public • Published

Install

Run the below mentioned url to install

npm install --save pwd-enc

Example

var pwdenc = require('pwd-enc');
var password="HelloWorld@123";
var encryptedPassword = pwdenc.EncryptPassword(password);
var decryptedPassword = pwdenc.DecryptPassword(encryptedPassword);
console.log(password, encryptedPassword, decryptedPassword)

Package Sidebar

Install

npm i pwd-enc

Weekly Downloads

3

Version

1.0.4

License

ISC

Unpacked Size

3.4 kB

Total Files

3

Last publish

Collaborators

  • kscbe90