Commit Graph

8 Commits

Author SHA1 Message Date
c2280e8bc2 Changed functions for encryption and decryption of accounts to use str of master_pass instead of bytes 2022-11-09 19:02:58 +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
da42d7ad1d Changed comments in cryptograpy.other_accounts to be more precise 2022-11-07 16:29:31 +03:00
3ebe4240bf Changed database scripts 2022-10-14 15:38:03 +03:00
1bde1a1739 Now using env. variables for db info 2022-09-26 21:45:27 +03:00
9d8d9cfdd6 Made generate_keys private 2022-09-26 21:45:10 +03:00
08b0603e23 Sorted imports 2022-09-26 21:18:00 +03:00
b523a7574d Created functions to encrypt and decrypt account info 2022-09-26 21:15:43 +03:00