summaryrefslogtreecommitdiffhomepage
path: root/keysafe.cabal
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2016-09-14 16:42:26 -0400
committerJoey Hess <joeyh@joeyh.name>2016-09-14 16:59:20 -0400
commita41cbda751d515032859d72656fda3d219300ecb (patch)
treefdc5324c56e0b67b6e74826cd6b8cd742984ecf0 /keysafe.cabal
parenta68caf8b54b9d37deeaeddc6a28394d1587f1dc5 (diff)
downloadkeysafe-a41cbda751d515032859d72656fda3d219300ecb.tar.gz
Store information about backed up keys in ~/.keysafe/backup.log
This can be deleted by the user at any time, but it's useful in case a server is known to be compromised, or a problem is found with keysafe's implementation that makes a backup insecure. This commit was sponsored by Nick Daly on Patreon.
Diffstat (limited to 'keysafe.cabal')
-rw-r--r--keysafe.cabal2
1 files changed, 2 insertions, 0 deletions
diff --git a/keysafe.cabal b/keysafe.cabal
index b99bbf6..f8d5e26 100644
--- a/keysafe.cabal
+++ b/keysafe.cabal
@@ -74,6 +74,7 @@ Executable keysafe
-- argon2 == 1.1.*
Extra-Libraries: argon2
Other-Modules:
+ BackupRecord
Benchmark
ByteStrings
Crypto.Argon2.FFI
@@ -101,6 +102,7 @@ Executable keysafe
Tunables
Types
Types.Cost
+ Types.Server
Types.Storage
Types.UI
UI