harshvarmora28 / hashing_algorithm_azure

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Password security using AES

This is a Express API which hash your password with help of Most Secure Encryption algorithm AES (Advanced Encryption Standard).

Authors

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

AES_KEY - The key that will be used for password encryption

MONGO_URI - URI for MongoDB database

Screenshots

  • Create a password image
  • How does it looks after encryption image

About


Languages

Language:HTML 51.8%Language:CSS 27.7%Language:JavaScript 20.5%