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
First install and require it
npm i md5 const md5 = require(md5)Then run the program file and type your password and view for encrypt password.
Built With
- md5
- node.js
Log in or sign up for Devpost to join the conversation.