This is a Express API which hash your password with help of Most Secure Encryption algorithm AES (Advanced Encryption Standard).
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