seanbreckenridge / keepassxc-pwned

Check your keepassxc database against previously breached haveibeenpwned passwords
https://pypi.org/project/keepassxc-pwned/
MIT License
35 stars 4 forks source link

for v0.3: restructure, use click, allow more tests #11

Closed seanbreckenridge closed 4 years ago

seanbreckenridge commented 4 years ago

Still some features to implement/clean up

separate keepassxc-cli calls into wrapper module use click instead of docopt #9 remove 3.7 dependent code to allow compatability down to python3.5 cache repeated passwords to avoid unnecessary API calls

seanbreckenridge commented 4 years ago

Todo: