12 Commits

Author SHA1 Message Date
6cd8091fde More code cleanup with a few bug fixes 2022-11-30 19:41:57 +03:00
2d2ed017f1 Removed utils.py, added decrypt_multiple function in other_accounts.py 2022-11-30 16:43:02 +03:00
0463388829 Massive code cleanup 2022-11-30 16:05:33 +03:00
2ea3096fb0 encoding and decoding result of fernet to store data better 2022-11-25 21:02:21 +03:00
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
StNicolay
3ebe4240bf Changed database scripts 2022-10-14 15:38:03 +03:00
StNicolay
1bde1a1739 Now using env. variables for db info 2022-09-26 21:45:27 +03:00
StNicolay
9d8d9cfdd6 Made generate_keys private 2022-09-26 21:45:10 +03:00
StNicolay
08b0603e23 Sorted imports 2022-09-26 21:18:00 +03:00
StNicolay
b523a7574d Created functions to encrypt and decrypt account info 2022-09-26 21:15:43 +03:00