A simple password manager built with Python and cryptography (Fernet). It allows you to securely generate, store, and retrieve passwords in an encrypted file using a secret key.
Features:
Create & load encryption keys (Fernet symmetric encryption).
Create & load password files (encrypted password storage).
Add new passwords for sites/services.
Retrieve stored passwords securely.
Interactive CLI menu for easy usage.