This commit is contained in:
Ren Amamiya
2023-07-27 09:02:04 +07:00
parent f52ea04541
commit 343e1a12d6
13 changed files with 486 additions and 284 deletions

View File

@@ -127,8 +127,8 @@ fn main() {
tauri_plugin_stronghold::Builder::new(|password| {
let config = argon2::Config {
lanes: 2,
mem_cost: 10_000,
time_cost: 10,
mem_cost: 50_000,
time_cost: 30,
thread_mode: argon2::ThreadMode::from_threads(2),
variant: argon2::Variant::Argon2id,
..Default::default()