From 3b4a775d536b2b2956269a59f886487efe29ed51 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 16 Aug 2016 12:57:19 -0400 Subject: switch to random salt byte to make decryption expensive --- keysafe.cabal | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'keysafe.cabal') diff --git a/keysafe.cabal b/keysafe.cabal index fc80725..3eee7c6 100644 --- a/keysafe.cabal +++ b/keysafe.cabal @@ -37,17 +37,22 @@ Executable keysafe , readline == 1.0.* , zxcvbn-c == 1.0.* + -- Inlined to change the finite field size to 256 + -- for efficient serialization. -- secret-sharing == 1.0.* , dice-entropy-conduit >= 1.0.0.0 , binary >=0.5.1.1 , vector >=0.10.11.0 , finite-field >=0.8.0 , polynomial >= 0.7.1 + -- Temporarily inlined due to https://github.com/ocharles/argon2/issues/3 -- argon2 == 1.1.* Extra-Libraries: argon2 Other-Modules: Crypto.Argon2.FFI Crypto.Argon2 + ExpensiveHash + Encryption source-repository head type: git -- cgit v1.2.3