summaryrefslogtreecommitdiffhomepage
path: root/Tunables.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Tunables.hs')
-rw-r--r--Tunables.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tunables.hs b/Tunables.hs
index 0a317c5..d7e5ac7 100644
--- a/Tunables.hs
+++ b/Tunables.hs
@@ -93,7 +93,7 @@ defaultTunables = Tunables
{ nameGenerationHash = argon2 10000 (coreCost 2 (Seconds 600) d)
}
, keyEncryptionKeyTunable = KeyEncryptionKeyTunable
- { keyEncryptionKeyHash = argon2 2700 (CPUCost (Seconds 12) d)
+ { keyEncryptionKeyHash = argon2 169 (CPUCost (Seconds 12) d)
, randomSaltBytes = 1
-- The keyEncryptionKeyHash is run 256 times per
-- random salt byte to brute-force, and its parameters