summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Cook2007-10-20 16:07:52 -0500
committerRobin Cook2007-10-20 16:07:52 -0500
commit3df1ce3adfa70b77a21a7590c840e939e76b9181 (patch)
tree874115315b91792bf2eba36acc918107cb685323
parent93ae233e44aed04c9783fd237e1798e9cdc2aa94 (diff)
parent7314acd6c6ed67567454591d56e9bd64b48d00e2 (diff)
Merge branch 'master' of ssh://rcook@scm.sourcemage.org/smgl/grimoire
-rw-r--r--ChangeLog3
-rwxr-xr-xcrypto/paperkey/DETAILS22
-rw-r--r--crypto/paperkey/HISTORY3
3 files changed, 28 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 957591b35d..bf2017ccc1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2007-10-20 Ladislav Hagara <hgr@vabo.cz>
+ * crypto/paperkey: new spell, an OpenPGP key archiver
+
2007-10-19 Treeve Jelbert <treeve@sourcemage.org>
* kde/plasma: new spell, may only be temporary
diff --git a/crypto/paperkey/DETAILS b/crypto/paperkey/DETAILS
new file mode 100755
index 0000000000..e1a316ba94
--- /dev/null
+++ b/crypto/paperkey/DETAILS
@@ -0,0 +1,22 @@
+ SPELL=paperkey
+ VERSION=0.7
+ SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE_URL[0]=http://www.jabberwocky.com/software/$SPELL/$SOURCE
+ SOURCE_HASH=sha512:5cbe80cefced673c5e811521ffdbe03e94b17e0afa5d09da843b68d223105fec04f1dbd21f5a3e26b7768a2fc1a14a41cf7b7ce583c2efd2d2a460fd0a4c81a6
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ WEB_SITE=http://www.jabberwocky.com/software/paperkey/
+ LICENSE[0]=GPL
+ ENTERED=20071020
+ SHORT="an OpenPGP key archiver"
+cat << EOF
+A reasonable way to achieve a long term backup of OpenPGP (GnuPG, PGP,
+etc) keys is to print them out on paper. Due to metadata and redundancy,
+OpenPGP secret keys are significantly larger than just the "secret
+bits". In fact, the secret key contains a complete copy of the public
+key. Since the public key generally doesn't need to be backed up in this way
+(most people have many copies of it on various keyservers, Web pages, etc),
+only extracting the secret parts can be a real advantage. Paperkey extracts
+just those secret bytes and prints them. To reconstruct, you re-enter those
+bytes (whether by hand or via OCR), and paperkey can use them to transform
+your existing public key into a secret key.
+EOF
diff --git a/crypto/paperkey/HISTORY b/crypto/paperkey/HISTORY
new file mode 100644
index 0000000000..380fcc691d
--- /dev/null
+++ b/crypto/paperkey/HISTORY
@@ -0,0 +1,3 @@
+2007-10-20 Ladislav Hagara <hgr@vabo.cz>
+ * DETAILS, HISTORY: created this spell, version 0.7
+