Desktop password manager written in Python/Tkinter focusing on cryptography.
Built to learn applied cryptography using KDFs and envelope encryption. The master password is never stored and is used to derive a key via Argon2id. Uses AES-256-GCM for storage and supports optional TOTP 2FA.