This repository has been archived on 2023-08-08. You can view files and clone it, but cannot push or open issues or pull requests.
PassManager/src/database
StNicolay a1bed9014d Changed the way the master password hashing works
Switched from Bcrypt to Scrypt for master password hashing
Changed models to use new sizes for hashes and salts, doubled the size of enc_login and enc_passwd for accounts
Created new function to check master password validity
Increased salt sizes for accounts and master passwords
Removed bcrypt from requirements
2022-11-07 16:30:45 +03:00
..
__init__.py Filled delete.py and created change.py 2022-10-14 17:48:32 +03:00
add.py Changes to db: fixed error in __init__, looking for more precise errors 2022-10-14 17:12:24 +03:00
change.py Changed change_master_pass to be more readable 2022-11-02 18:34:02 +03:00
delete.py Fixed an error of deleting all passwords, instead of 1 with command delete_account 2022-10-30 23:03:26 +03:00
get.py Fixed an error of getting wrong account 2022-10-31 21:09:12 +03:00
models.py Changed the way the master password hashing works 2022-11-07 16:30:45 +03:00
prepare.py switched mariadb connector to pymysql 2022-11-04 02:17:17 +03:00