This is a simple Python program that helps you save and see your passwords safely.
- It hides (encrypts) your passwords so nobody else can read them.
- You can add new passwords with the name of the service (like Gmail or Facebook).
- You can see all the saved passwords when you want.
- First, you need Python installed on your computer.
- Then, install the special library called
cryptographyby running this command in your terminal or command prompt: - Run the program by typing:
pip install -r requirements.txt - Follow the menu to add or view passwords.
- Your passwords are saved in a file called
passwords.txt, but they are hidden using encryption. - The program creates a secret key in a file called
key.key. Keep this file safe because you need it to unlock your passwords.