Offline password manager written in Python with Qt GUI library.
pip install -r requirements.txt
For encryption pwdKeeper uses Fernet (an algorithm on top of AES) and 128bit key generated with KDF from user's password. PwdKeeper stores salt for KDF and hash (SHA256) of the key in the beginning of the save file before ciphertext for authentication.