Inspiration
Passwords are very precious and we have to keep them as a secret so with that I built a password encrypted using java so that you can keep your passwords as a secret.
What it does
It converts a string to an encrypted randomized characters
How we built it
I built it using java.security.MessageDigest which uses sha-1 algorithm. Basically, it uses one-way hash functions to store the data.
Challenges we ran into
This was something new to me and I had to understand what was actually the program doing.
Accomplishments that we're proud of
I Built a PASSCODE ENCRYPTER. thx to lhdbuild:).
What we learned
learned how to use sha-1 algo using a java.security.Messagedigest library.
Log in or sign up for Devpost to join the conversation.