7 Commits

Author SHA1 Message Date
559ee8f6d8 Renamed _memory_use in cryptography into MEMORY_USAGE 2022-11-07 21:02:13 +03:00
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
baef759929 merged functions for master password hashing 2022-10-29 19:35:54 +03:00
StNicolay
39e86793a6 Removed print 2022-10-14 19:52:48 +03:00
StNicolay
70c98d2062 Changed func name 2022-10-05 18:47:51 +03:00
StNicolay
79ed20bbf7 Added func to hash master pass with known hasg 2022-10-05 18:37:19 +03:00
StNicolay
ba72f9f2d4 Created master_pass encryption function 2022-09-26 20:41:42 +03:00