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

More weaking of the argon2id params

parent ecdeb482
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 = 2
params.Time = 25
params.Threads = 1
params.Time = 15
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.
Please register or to comment