pass_manager/cryptography/src
2023-06-11 13:05:20 +03:00
..
account.rs Sepparated the code out into 3 more library crates: cryptography, entity and pass_manager 2023-06-01 14:42:35 +03:00
lib.rs Added GetNewMasterPass state and added restrictions on the master password 2023-06-04 20:41:10 +03:00
master_pass.rs Now scrypt params are created once 2023-06-11 13:05:20 +03:00
passwords.rs 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
prelude.rs Replaced super with crate where applicable 2023-06-01 14:58:48 +03:00