Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 230 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 230 Bytes

Password Manager

creating a local password manager to practice secure data storage

dependencies: sqlite3 - for queries to database hashlib - for hashing passwords fuzzywuzzy - for fuzzy matching pycryptodom - for aes encryption