This Python Password Manager is a simple and secure local password management tool. It uses pbkdf2 to derive a 256-bit key from a MASTER PASSWORD and DEVICE SECRET, employing AES-256 encryption for storing and retrieving passwords. Designed for ease of use across Windows, Linux, and MacOS, the manager ensures your credentials are encrypted and safe.
- Cross-Platform Compatibility: Works seamlessly on Windows, Linux, and MacOS.
- Strong Encryption: Utilizes AES-256 encryption to keep your passwords secure.
- Clipboard Integration: Quickly copy passwords to your clipboard using Pyperclip.
- User-Friendly: Simple command-line interface for adding, retrieving, and generating passwords.