File: control

package info (click to toggle)
klutshnik 0.2.1-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 644 kB
  • sloc: python: 771; ansic: 330; makefile: 107; sh: 79
file content (95 lines) | stat: -rw-r--r-- 4,354 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
Source: klutshnik
Section: utils
Priority: optional
Maintainer: Joost van Baal-Ilić <joostvb@debian.org>
Uploaders: Stefan Marsiske <jdx5yg90@ctrlc.hu>
Build-Depends: debhelper-compat (= 13),
               dh-exec (>=0.3),
               dh-sequence-python3,
               pkgconf,
               libsodium-dev,
               liboprf-dev (>= 0.3.2),
               python3-setuptools,
               python3-all,
               python3-pyoprf (>= 0.8.0),
               python3-pysodium,
               cmark
Standards-Version: 4.7.2
Homepage: https://github.com/stef/klutshnik
Vcs-Browser: https://salsa.debian.org/debian/klutshnik
Vcs-Git: https://salsa.debian.org/debian/klutshnik.git

Package: klutshnik
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, python3:any, ${python3:Depends}
Description: store encrypted OPAQUE-password protected information online
 Klutshnik implements a proof-of-concept VTUOKMS: a Verifiable Threshold
 Updatable Oblivious Key Management for Storage Systems, as described in
 https://eprint.iacr.org/2019/1275 by Jarecki, Krawczyk and Resch.  A VTUOKMS is
 a system that builds on Oblivious Pseudorandom Functions (OPRF), hides keys and
 object identifiers from the KMS, offers unconditional security for key
 transport, provides key verifiability and reduces storage.  It offers updatable
 encryption capabilities that support key updates, key rotation, forward and
 post-compromise security, public key encryption and verifiability.
 .
 See https://klutshnik.info/ for more information.
 .
 The klutshnik package delivers the klutshnik command line client.

Package: libklutshnik0
Section: libs
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: store encrypted OPAQUE-protected information - C library
 Klutshnik implements a proof-of-concept VTUOKMS: a Verifiable Threshold
 Updatable Oblivious Key Management for Storage Systems, as described in
 https://eprint.iacr.org/2019/1275 by Jarecki, Krawczyk and Resch.  A VTUOKMS is
 a system that builds on Oblivious Pseudorandom Functions (OPRF), hides keys and
 object identifiers from the KMS, offers unconditional security for key
 transport, provides key verifiability and reduces storage.  It offers updatable
 encryption capabilities that support key updates, key rotation, forward and
 post-compromise security, public key encryption and verifiability.
 .
 libklutshnik0 delivers the C library.

Package: libklutshnik-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}
Description: store encrypted OPAQUE-protected information - C development files
 Klutshnik implements a proof-of-concept VTUOKMS: a Verifiable Threshold
 Updatable Oblivious Key Management for Storage Systems, as described in
 https://eprint.iacr.org/2019/1275 by Jarecki, Krawczyk and Resch.  A VTUOKMS is
 a system that builds on Oblivious Pseudorandom Functions (OPRF), hides keys and
 object identifiers from the KMS, offers unconditional security for key
 transport, provides key verifiability and reduces storage.  It offers updatable
 encryption capabilities that support key updates, key rotation, forward and
 post-compromise security, public key encryption and verifiability.
 .
 libklutshnik-dev delivers C development files for libklutshnik.

Package: python3-klutshnik
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends},
         python3:any,
         libklutshnik0,
         python3-pysodium,
         python3-pyoprf (>= 0.6.0),
         python3-securestring
Recommends: ${python:Recommends}
Suggests: ${python:Suggests}
Description: Python bindings for klutshnik: store encrypted OPAQUE-protected information
 Klutshnik implements a proof-of-concept VTUOKMS: a Verifiable Threshold
 Updatable Oblivious Key Management for Storage Systems, as described in
 https://eprint.iacr.org/2019/1275 by Jarecki, Krawczyk and Resch.  A VTUOKMS is
 a system that builds on Oblivious Pseudorandom Functions (OPRF), hides keys and
 object identifiers from the KMS, offers unconditional security for key
 transport, provides key verifiability and reduces storage.  It offers updatable
 encryption capabilities that support key updates, key rotation, forward and
 post-compromise security, public key encryption and verifiability.
 .
 python3-klutshnik delivers bindings for Python 3.