Skip to content
Snippets Groups Projects
Commit ecdeb482 authored by Richard T. Carback III's avatar Richard T. Carback III
Browse files

Lighten params for argon2id config

parent 493aa8e8
No related branches found
No related tags found
3 merge requests!233Modify restore to call user-defined bindings callback. Add Sent requests to...,!231Revert "Update store to print changes to the partners list",!201Update the Argon2id params to make key generation for backups take longer
......@@ -95,8 +95,8 @@ func initializeBackup(password string, updateBackupCb UpdateBackupFn,
params := backup.DefaultParams()
params.Memory = 256 * 1024 // 256 MiB
params.Threads = 4
params.Time = 100
params.Threads = 2
params.Time = 25
key := backup.DeriveKey(password, salt, params)
// Save key, salt, and parameters to storage
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment