encrypt_password

Use Nodejs to encrypt the password using md5 npm package.

What it does

It takes user's input and use hash function with help of md5 package and convert it to 512bit long password.

How we built it

  1. First install and require it

    npm i md5 
    const md5 = require(md5)
    
  2. Then run the program file and type your password and view for encrypt password.

Built With

Share this project:

Updates