From 37f7700c75adff98685cf54966b58d97dac8afcf Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 18 Aug 2016 10:01:49 -0400 Subject: finish cabal file --- keysafe.cabal | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'keysafe.cabal') 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 -- cgit v1.2.3