Inspiration
In the world, where its more necessary to secure once password, I thought of creating a password encryption code that encrypts the original password into ciphertext
What it does
encrypts the original password into ciphertext using
How we built it
First, I created a encrypt function that checks for the upper or lower or space or symbols then converts then using ASCII codes and the addition of some number accordingly...And at last, returning the change as output
Challenges we ran into
While converting the original password to encrypt I faced the challenge of encryption calculations...
What we learned
Learned about the Cryptography
Built With
- colab
- python
Log in or sign up for Devpost to join the conversation.