Inspiration

Securing login databases by making every password encrypted.

What it does

It generates a hash password when the user enters their normal password which can be stored in a database to keep the user's login data safe

How we built it

Built it using: Node.js, express, ejs, nodemon, bcrypt

Challenges we ran into

Encrypting the data and generating Hash

Accomplishments that we're proud of

Encrypted the data and generated Hash successfully.

What we learned

Node.js, express, ejs, nodemon, bcrypt

What's next for EncryptAPassword

Using it in real-time databases and linking it to the server.

Built With

Share this project:

Updates