This project encrypts a password with a key and then decrypts it if key entered is matched.
The encrypted message is called ciphertext whereas decrypted message is called plaintext.
Inspiration was to learn about encryption and complete challenges on time.
What it does is it encrypts the password entered by user using key and then show decrypted(actual) password to user only if the key entered by user is correct.
We built it using C++ LANGUAGE.
What we learned is encryption and decryption , how it can be done , use of Key , authorised and unauthorised access , about ciphertext and plaintext .
Log in or sign up for Devpost to join the conversation.