enc-password

1.0.4 • Public • Published

Project Title

This package is created for encrypting password.

Install

npm i enc-password

Features

1. Password Encryption

How 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

Readme

Keywords

none

Package Sidebar

Install

npm i enc-password

Weekly Downloads

0

Version

1.0.4

License

ISC

Unpacked Size

1.14 kB

Total Files

3

Last publish

Collaborators

  • sanketk