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
|
Source: golang-github-cloudflare-redoctober
Section: devel
Priority: extra
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Tim Potter <tpot@hpe.com>
Build-Depends: debhelper (>= 9),
dh-golang,
dh-systemd,
golang-github-coreos-go-systemd-dev,
golang-github-prometheus-client-golang-dev,
golang-go
Standards-Version: 3.9.8
Homepage: https://github.com/cloudflare/redoctober
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-cloudflare-redoctober.git
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-cloudflare-redoctober.git
XS-Go-Import-Path: github.com/cloudflare/redoctober
Package: golang-github-cloudflare-redoctober-dev
Architecture: all
Depends: golang-github-coreos-go-systemd-dev,
golang-github-prometheus-client-golang-dev,
golang-go,
${misc:Depends},
${shlibs:Depends}
Description: Software-based two-man rule style encryption and decryption server
Red October is a software-based two-man rule style encryption and
decryption server. The two-man rule is a control mechanism designed
to achieve a high level of security by requiring the presence of two
authorized people at all times. In the case of Red October the
two-man rule is implemented by encrypting data in such as way as to
require two authorised key-holds to decrypt it.
.
This package contains the development files.
Package: golang-redoctober
Architecture: any
Built-Using: ${misc:Built-Using}
Depends: ${shlibs:Depends},
${misc:Depends}
Description: Software-based two-man rule style encryption and decryption server
Red October is a software-based two-man rule style encryption and
decryption server. The two-man rule is a control mechanism designed
to achieve a high level of security by requiring the presence of two
authorized people at all times. In the case of Red October the
two-man rule is implemented by encrypting data in such as way as to
require two authorised key-holds to decrypt it.
.
This package contains the server and command-line client.
|