Skip to content

grishatop1/pwdKeeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pwdKeeper

Offline password manager written in Python with Qt GUI library.

Requirements

pip install -r requirements.txt

Cryptography spec

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.

screenshot

About

Local password storage made with Qt

Resources

License

Stars

Watchers

Forks

Packages

No packages published