File: control

package info (click to toggle)
libgfshare 2.0.0-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,628 kB
  • sloc: sh: 11,402; ansic: 845; makefile: 63
file content (78 lines) | stat: -rw-r--r-- 2,841 bytes parent folder | download
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
Source: libgfshare
Section: devel
Priority: optional
Maintainer: Simon McVittie <smcv@debian.org>
Standards-Version: 4.7.0
Build-Depends:
 debhelper-compat (= 13),
 dvipng <!nodoc>,
 faketime <!nodoc>,
 tex4ht <!nodoc>,
 texlive-latex-base <!nodoc>,
 texlive-latex-recommended <!nodoc>,
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/debian/libgfshare.git
Vcs-Browser: https://salsa.debian.org/debian/libgfshare
Homepage: https://github.com/kinnison/libgfshare

Package: libgfshare-bin
Architecture: any
Section: utils
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Description: utilities for multi-way secret-sharing
 This package contains the gfsplit and gfcombine binaries.
 .
 gfsplit can be used to split a secret file (like a GPG secret key)
 into multiple parts, so that at least some number of those parts are needed
 to recover the original file, but any smaller combination of parts is useless
 to an attacker. gfcombine is used to combine the parts created by gfsplit.
 .
 For instance, you might split a GPG key using a 3-of-5 share and put one
 share on each of three computers, and two shares on a USB memory stick; then
 you can use the GPG key on any of those three computers using the memory
 stick, but if the memory stick is lost, you can recover the key by
 bringing the three computers together.

Package: libgfshare-dev
Architecture: any
Section: libdevel
Depends:
 libgfshare2 (= ${binary:Version}),
 ${misc:Depends},
Suggests:
 libgfshare-bin,
Replaces:
 libgfshare1 (<< 1.0.2-1),
Description: library for multi-way secret-sharing (headers)
 This library implements Shamir's method for secret sharing, which can be
 used to split a secret (like a GPG secret key) into multiple parts, so that
 at least some number of those parts are needed to recover the original file,
 but any smaller combination of parts is useless to an attacker.
 .
 This package contains header files and static libraries, needed to compile
 programs that use libgfshare.

Package: libgfshare2
Multi-Arch: same
Architecture: any
Section: libs
Pre-Depends:
 ${misc:Pre-Depends},
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Suggests:
 libgfshare-bin,
Description: library for multi-way secret-sharing
 This library implements Shamir's method for secret sharing, which can be
 used to split a secret (like a GPG secret key) into multiple parts, so that
 at least some number of those parts are needed to recover the original file,
 but any smaller combination of parts is useless to an attacker.
 .
 For instance, you might split a GPG key using a 3-of-5 share and put one
 share on each of three computers, and two shares on a USB memory stick; then
 you can use the GPG key on any of those three computers using the memory
 stick, but if the memory stick is lost, you can recover the key by
 bringing the three computers together.