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