1.0.4 • Published 4 years ago

enc-password v1.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

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
1.0.2

4 years ago

1.0.1

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.0

4 years ago