StNicolay
  • Joined on 2022-09-21
StNicolay pushed to master at StNicolay/pass_manager 2023-06-04 17:46:50 +00:00
fe6ff515e2 Added GetNewMasterPass state and added restrictions on the master password
57b54a4150 Updated password generation functions
af07d58af1 Split up get_account_name into 2 states: get_new_name and get_existing_name
5c5a95a446 Updated DecryptedAccount::validate to use an all method of the iterators
Compare 4 commits »
StNicolay pushed to master at StNicolay/pass_manager 2023-06-01 11:58:52 +00:00
34df72c95e Replaced super with crate where applicable
StNicolay pushed to master at StNicolay/pass_manager 2023-06-01 11:54:58 +00:00
fc26255014 Updated master_password_check to use Arc<dyn Error> instead of a string representation of an error
StNicolay pushed to master at StNicolay/pass_manager 2023-06-01 11:54:05 +00:00
9240cc8f19 Updated master_password_check to use Arc<dyn Error> instead of a string representation of an error
StNicolay pushed to master at StNicolay/pass_manager 2023-06-01 11:44:13 +00:00
9fd66bdc77 Sepparated the code out into 3 more library crates: cryptography, entity and pass_manager
StNicolay pushed to master at StNicolay/pass_manager 2023-05-31 15:52:29 +00:00
96508110ac Improved readability of gen_password.rs by intoducing the bitflags
StNicolay pushed to master at StNicolay/pass_manager 2023-05-31 12:28:23 +00:00
2abf57c5b2 Updated deps, updated generate_passwords to return an array
StNicolay pushed to unstable at StNicolay/PassManager 2023-01-11 16:01:27 +00:00
4ef018ccfc Added checks for master password
StNicolay pushed to unstable at StNicolay/PassManager 2023-01-11 16:00:33 +00:00
f9f8b53294 Added checks for master password
StNicolay pushed to unstable at StNicolay/PassManager 2023-01-11 15:59:37 +00:00
16f4e30bee Added checks for master password
StNicolay pushed to unstable at StNicolay/PassManager 2023-01-11 15:58:50 +00:00
3e79cb5d2e Added checks for master password
StNicolay pushed to unstable at StNicolay/PassManager 2023-01-11 15:58:11 +00:00
fca26f4d6a Added checks for master password
StNicolay pushed to unstable at StNicolay/PassManager 2023-01-11 15:58:06 +00:00
d3d9d6b7d8 Added checks for master password
StNicolay pushed to unstable at StNicolay/PassManager 2023-01-11 15:57:30 +00:00
fca26f4d6a Added checks for master password
StNicolay pushed to unstable at StNicolay/PassManager 2023-01-11 15:51:40 +00:00
d3d9d6b7d8 Added checks for master password
aa36f2eb82 Renamed fucntion for verifying master password
931e93fbde Increased amount of iterations of key derivation function in accounts.py
Compare 3 commits »
StNicolay pushed tag 1.4 to StNicolay/PassManager 2023-01-10 18:12:05 +00:00
StNicolay released Password Manager 1.4 at StNicolay/PassManager 2023-01-10 18:12:05 +00:00
StNicolay pushed to main at StNicolay/PassManager 2023-01-10 18:07:40 +00:00
972c5577f4 Added validation to the database models
671286dc39 Removed backend because it wasn't used in encryption.accounts
5dbf93013a Added requesting a master password for deleting accounts, deleting all, reseting master password
c051c14f1f Switched to the ChaCha20Poly1305 encryption algorithm for better security
3686195396 Added a message about exceptions for a user
Compare 12 commits »
StNicolay deleted tag 1.3.2 from StNicolay/PassManager 2023-01-10 18:05:47 +00:00
StNicolay pushed to unstable at StNicolay/PassManager 2023-01-10 18:04:01 +00:00
972c5577f4 Added validation to the database models