Commit Graph

78 Commits

Author SHA1 Message Date
d3a55ea702 Now using parking_lot's mutex in import and export 2023-06-11 15:32:49 +03:00
e1fb440991 Now scrypt params are created once 2023-06-11 13:05:20 +03:00
2f2ab35b2b Removed a binary migration crate 2023-06-11 13:00:27 +03:00
cc02d91c03 Added limits for the amount of workers for /export and /import and moved out async blocks out of them into sepparate functions 2023-06-09 18:05:45 +03:00
5087f8e2c6 Updated deps 2023-06-07 18:03:12 +03:00
c8c7ba154a Now checking the hashes in constant time 2023-06-06 20:04:39 +03:00
3b2633c880 Split up get_account_name into 2 states: get_new_name and get_existing_name 2023-06-04 18:46:59 +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
c40ffafd69 Improved readability of gen_password.rs by intoducing the bitflags 2023-05-31 18:15:38 +03:00
5566397e66 Updated deps, updated generate_passwords to return an array 2023-05-31 15:26:06 +03:00
e5a0da9890 House keeping 2023-05-27 21:56:58 +03:00
1fb004f949 Updated delete_all to delete the accounts and the master password concurrently 2023-05-26 13:57:33 +03:00
084b72b896 Updated deps 2023-05-23 21:39:27 +03:00
31c52a7771 Updated deps 2023-05-15 18:24:07 +03:00
522194c708 Updated deps 2023-05-11 18:38:41 +03:00
e7d3b7258f Updated deps 2023-05-10 19:12:49 +03:00
26ac79a2ed Updated Cargo.lock 2023-05-09 20:39:41 +03:00
072e030e32 Added gen password command 2023-05-07 18:07:48 +03:00
bc08ebed03 Made migration binary use tokio instead of async-std to reduce the amount of dependencies 2023-05-07 14:32:17 +03:00
71940762ff Added NoUserInfo, NoMessageText and HandlerUsed error types to decrease the amount of unwraps 2023-05-06 20:20:33 +03:00
fc76d7f65c Added import command, created User struct to remove the usage of a json! macro 2023-05-05 21:29:58 +03:00
957bcfb952 Now checking that account exists before getting/deleting it, added export command 2023-05-05 16:45:56 +03:00
83aa2c90b1 Moved the check of existence of a master password into master_pass.rs, added buttons for /get_account 2023-05-04 19:03:03 +03:00
17e4f1892c Added more paralization to allow better multi-user perfomace 2023-05-04 18:27:19 +03:00
ecf74fb50f First steps 2023-05-03 21:08:14 +03:00
e8fc43f9ad Extended functionality 2023-04-27 16:25:23 +03:00
b92ce0b0fa First prototype 2023-04-24 20:48:34 +03:00
c755de93b8 Initial commit 2023-04-23 20:54:16 +03:00