Inspiration
The inspiration was to try and make something simple and yet something that served it purpose.
What it does
it takes the input password string then finds ascii value for every letter/ symbol entered and performed division and mod operation on it and then generated a new password string.
How we built it
The code for the project was very simple, we take a value from user, find its ascii, perform floor division and modulus operation and then concatenate it with a full stop after every character.
Challenges we ran into
None really.
Accomplishments that we're proud of
What we learned
What's next for Encrypted Password
maybe to encrypt the current resulted encryption for an added layer of security.


Log in or sign up for Devpost to join the conversation.