summaryrefslogtreecommitdiffhomepage
path: root/keysafe.cabal
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2016-08-18 10:01:49 -0400
committerJoey Hess <joeyh@joeyh.name>2016-08-18 10:01:49 -0400
commit37f7700c75adff98685cf54966b58d97dac8afcf (patch)
tree983ee6a33e16b2f5ab4b7559ae753ed6adc2da31 /keysafe.cabal
parenta92ba300b40a74318f2b9b8b9995e9df418cf222 (diff)
downloadkeysafe-37f7700c75adff98685cf54966b58d97dac8afcf.tar.gz
finish cabal file
Diffstat (limited to 'keysafe.cabal')
-rw-r--r--keysafe.cabal11
1 files changed, 8 insertions, 3 deletions
diff --git a/keysafe.cabal b/keysafe.cabal
index 00390fe..2488c0b 100644
--- a/keysafe.cabal
+++ b/keysafe.cabal
@@ -6,14 +6,19 @@ Author: Joey Hess
Stability: Experimental
Copyright: 2016 Joey Hess
License: AGPL-3
-License-File: AGPL
-Extra-Source-Files: CHANGELOG
Homepage: https://joeyh.name/code/keysafe/
Category: Utility
Build-Type: Simple
-Synopsis:
+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
Executable keysafe