From c9c476ae7216b80932b80870a2cd06f9339306aa Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 16 Aug 2016 13:40:52 -0400 Subject: improve options to select secret key to backup/restore --- Tunables.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Tunables.hs') diff --git a/Tunables.hs b/Tunables.hs index bd1d4b0..f4f74a4 100644 --- a/Tunables.hs +++ b/Tunables.hs @@ -91,7 +91,7 @@ defaultTunables = Tunables { nameGenerationHash = argon2 10000 (CPUCost (Seconds (2*600))) } , keyEncryptionKeyTunable = KeyEncryptionKeyTunable - { keyEncryptionKeyHash = argon2 110 (CPUCost (Seconds 0)) + { keyEncryptionKeyHash = argon2 115 (CPUCost (Seconds 0)) , randomSaltBytes = 1 -- The keyEncryptionKeyHash is run 256 times per -- random salt byte to brute-force, and its parameters -- cgit v1.2.3