Inspiration
I personally don't use an online password manager because no matter how safely they store my password I can't get rid of the feeling that the password is on their (corporate) side.
What it does
It's an offline GUI password manager that creates a random password and stores it in your desired path. Password is encrypted and decrypted with Fernet. Since it's GUI software, users can easily interact with it.
How we built it
It's created using Python. Fernet was used for encryption and decryption. tkinter was used for GUI. Password data is stored in a JSON format. A random password is generated using the random module
Challenges we ran into
I had an adamant time building it as a GUI software. However, I was able to overcome it by googling. After all, google is your best friend.
Accomplishments that we're proud of
I'm proud of how GUI turned out. Also dealing with encryption and decryption. I really enjoyed building this project and learned a lot while building it.
What we learned
I learned how to work with other classes such as tkinter and Fernet. I learned how encrypting and decrypting work.
Log in or sign up for Devpost to join the conversation.