Name: keysafe Version: 0.20160819 Cabal-Version: >= 1.8 Maintainer: Joey Hess Author: Joey Hess Stability: Experimental Copyright: 2016 Joey Hess License: AGPL-3 Homepage: https://joeyh.name/code/keysafe/ Category: Utility Build-Type: Custom Synopsis: back up a secret key securely to the cloud Description: Keysafe backs up a secret key to several cloud servers, split up so that no one server can access the whole secret by itself. . A password is used to encrypt the data, and it is made expensive to decrypt, so password cracking is infeasibly expensive. License-File: AGPL Extra-Source-Files: CHANGELOG TODO keysafe.1 Executable keysafe Main-Is: keysafe.hs GHC-Options: -Wall -fno-warn-tabs -O2 Build-Depends: base (>= 4.5 && < 5.0) , bytestring == 0.10.* , deepseq == 1.4.* , random == 1.1.* , raaz == 0.0.2 , time == 1.5.* , containers == 0.5.* , binary == 0.7.* , text == 1.2.* , utf8-string == 1.0.* , unix == 2.7.* , filepath == 1.4.* , split == 0.2.* , directory == 1.2.* , process == 1.2.* , optparse-applicative == 0.12.* , 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 CmdLine Cost Crypto.SecretSharing.Internal Encryption Entropy ExpensiveHash Gpg SecretKey Serialization Share Storage Storage.Local Storage.Network Tunables Types Types.Cost Types.Storage Types.UI UI UI.Readline UI.Zenity source-repository head type: git location: git://git.joeyh.name/keysafe.git