This is something I am building as a fun project.
The aim is to create a simple password manager that can do the following:
- Store all passwords locally
- Store passwords relatively securely with encrpytion techniques
- Make it easy for users to store all their passwords in a single place
What I hope to learn by engaging in this exercise is:
- PyQt6 : GUI using python
- Cryptography techniques
- Database Management