From a41cbda751d515032859d72656fda3d219300ecb Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 14 Sep 2016 16:42:26 -0400 Subject: 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. --- keysafe.cabal | 2 ++ 1 file changed, 2 insertions(+) (limited to 'keysafe.cabal') 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 -- cgit v1.2.3