From d7696832e183cc3e98d094b35ee4392d0c8d3df5 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 16 Aug 2016 01:10:33 -0400 Subject: use zxcvbn-c for fairly good password entropy estimation This should be good enough to let the keysafe UI comment on how good a password the user chooses. --- keysafe.cabal | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'keysafe.cabal') diff --git a/keysafe.cabal b/keysafe.cabal index 28fa921..fc80725 100644 --- a/keysafe.cabal +++ b/keysafe.cabal @@ -18,7 +18,7 @@ Executable keysafe Main-Is: keysafe.hs GHC-Options: -Wall -fno-warn-tabs -O2 Build-Depends: - base (>= 4.5) + base (>= 4.5 && < 5.0) , bytestring == 0.10.* , deepseq == 1.4.* , random == 1.1.* @@ -35,6 +35,7 @@ Executable keysafe , process == 1.2.* , optparse-applicative == 0.12.* , readline == 1.0.* + , zxcvbn-c == 1.0.* -- secret-sharing == 1.0.* , dice-entropy-conduit >= 1.0.0.0 -- cgit v1.2.3