This project is a Python-based password manager inspired by a GeeksforGeeks tutorial. It lets users store and view account passwords safely. The program handles files to keep data and uses Fernet encryption from the cryptography library to encrypt…
This project is a Python-based password manager inspired by a GeeksforGeeks tutorial. It lets users store and view account passwords safely. The program handles files to keep data and uses Fernet encryption from the cryptography library to encrypt passwords before saving them. When users want to see saved passwords, the program decrypts them with the stored key. This project taught me the basics of GUI, file handling, and basic encryption in Python. It also helped me turn a tutorial project into a more secure and practical application.
As of now no AI use, but a tutorial was used from geeksforgeek.