Inspiration
The project was made to help a user understand how the actually encryption of passwords occurs on the backend.
What it does
It basically takes an e-mail and password as a user input. The javascript encrypts the password and displays it accordingly.
How we built it
JavaScript implementations of standard and secure cryptographic algorithms CryptoJS is a growing collection of standard and secure cryptographic algorithms implemented in JavaScript using best practices and patterns. They are fast, and they have a consistent and simple interface
What we learned
We learnt implementation of not only AES but also DES, SHA, MD5, HMAC etc.
What's next for AES Password Encryption
I'll try to add different types of encryption based on the users choice.
Log in or sign up for Devpost to join the conversation.