d68a7bb6e8
Moved check of generated password into separate function
2022-11-15 15:39:38 +03:00
d5f3708c50
Refactored utils.py
...
Created constants FORBIDDEN_CHARS, PUNCTUATION, PASSWORD_CHARS
Removed pipe from forbidden chars
Moved Message type alias to the top of the file
Optimized _base_check and made its parameter positional only
Changed gen_password to use said constants
2022-11-15 15:17:36 +03:00
cc13b35282
Made class Account private in utils.py
2022-11-14 16:58:34 +03:00
9d5c52bebe
optimized password generation function
2022-11-14 16:58:26 +03:00
2c07b3bed2
Added function for password generation is utils.py
2022-11-13 18:49:14 +03:00
b8113dc47b
Sorted imports in utils.py
2022-11-13 18:16:03 +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
03646b6156
Added checks to /import
2022-11-03 10:49:00 +03:00
b56ebd0b61
Added account name and account credential checking
2022-11-02 23:11:29 +03:00
dbf27d401e
Added ability to export accounts to json
2022-11-02 14:48:15 +03:00