summaryrefslogtreecommitdiffhomepage
path: root/debian/control
blob: 0aae4abcec9ba4a959ea4576a56eea9336f07377 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
Source: keysafe
Maintainer: Sean Whitton <spwhitton@spwhitton.name>
Priority: optional
Section: utils
Build-Depends: debhelper (>= 9),
 ghc,
 libghc-dice-entropy-conduit-dev (>= 1.0.0.0),
 libghc-finite-field-dev (>= 0.8.0),
 libghc-optparse-applicative-dev (>= 0.12),
 libghc-optparse-applicative-dev (<< 0.13),
 libghc-polynomial-dev (>= 0.7.1),
 libghc-raaz-dev (>= 0.0.2),
 libghc-raaz-dev (<< 0.0.3),
 libghc-random-dev (>= 1.1),
 libghc-random-dev (<< 1.2),
 libghc-readline-dev (>= 1.0),
 libghc-readline-dev (<< 1.1),
 libghc-split-dev (>= 0.2),
 libghc-split-dev (<< 0.3),
 libghc-text-dev (>= 1.2),
 libghc-text-dev (<< 1.3),
 libghc-utf8-string-dev (>= 1.0),
 libghc-utf8-string-dev (<< 1.1),
 libghc-vector-dev (>= 0.10.11.0),
 libghc-zxcvbn-c-dev (>= 1.0),
 libghc-zxcvbn-c-dev (<< 1.1),
 libargon2-dev,
Standards-Version: 3.9.8
Homepage: https://joeyh.name/code/keysafe/
Vcs-Git: https://git.spwhitton.name/keysafe
Vcs-Browser: https://git.spwhitton.name/?p=keysafe.git;a=summary

Package: keysafe
Architecture: any
Section: misc
Depends: ${shlibs:Depends}
 ${misc:Depends},
Suggests: git-annex
Description: securely back up secret keys to cloud servers
 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.