chiark / gitweb /
debian: About time, really.
[distorted-keys] / debian / control
diff --git a/debian/control b/debian/control
new file mode 100644 (file)
index 0000000..1de815e
--- /dev/null
@@ -0,0 +1,25 @@
+Source: distorted-keys
+Section: utils
+Priority: optional
+Maintainer: Mark Wooding <mdw@distorted.org.uk>
+Build-Depends: python (>= 2.5), debhelper (>= 8.1.2)
+Standards-Version: 3.1.1
+
+Package: distorted-keys
+Architecture: all
+Depends: python (>= 2.5), userv, openssl (>= 0.9.8o), adduser
+Recommends: gnupg
+Suggests: seccure, texlive-latex-recommended, qrencode
+Description: Basic key-management system with secure recovery features.
+ The primary purpose of the distorted.org.uk key management system is
+ to provide a secure way of recovering important cryptographic keys,
+ e.g., keys for decrypting backup volumes, in the event of a disaster.
+ . 
+ Because it was technically fairly easy, given this infrastructure, the
+ system also allows users to generate and use their own keys, without
+ revealing the actual key data, on the theory that, what a user program
+ doesn't know, it can't leak.
+ .
+ This system doesn't actually do very much cryptography itself.  Instead,
+ it uses other existing implementations, such as GnuPG, OpenSSL, and
+ Seccure.