|
b0f4d1927a
|
Removed magic values from gen_password. Made generate_password accept constants for the amount the length of the password
|
2023-06-07 21:35:22 +03:00 |
|
|
ab7012ce35
|
Now using thread_rng for the password generation
|
2023-06-07 17:59:50 +03:00 |
|
|
c8c7ba154a
|
Now checking the hashes in constant time
|
2023-06-06 20:04:39 +03:00 |
|
|
9d0fa17a0e
|
Added GetNewMasterPass state and added restrictions on the master password
|
2023-06-04 20:41:10 +03:00 |
|
|
4d4cec1353
|
Updated password generation functions
|
2023-06-04 19:54:39 +03:00 |
|
|
593f438435
|
Replaced super with crate where applicable
|
2023-06-01 14:58:48 +03:00 |
|
|
cda07b4d84
|
Sepparated the code out into 3 more library crates: cryptography, entity and pass_manager
|
2023-06-01 14:42:35 +03:00 |
|