aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2009-10-08 16:47:03 -0300
committerSilvio Rhatto <rhatto@riseup.net>2009-10-08 16:47:03 -0300
commit62fa5fa2d2cf29d3761e060b49ee1490739c7b91 (patch)
tree1d3fb585b19765b7de94bb37ccd8ba39b069b1f8 /README
downloadkeyringer-62fa5fa2d2cf29d3761e060b49ee1490739c7b91.tar.gz
keyringer-62fa5fa2d2cf29d3761e060b49ee1490739c7b91.tar.bz2
Initial import
Diffstat (limited to 'README')
-rw-r--r--README40
1 files changed, 40 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..cd126fd
--- /dev/null
+++ b/README
@@ -0,0 +1,40 @@
+Keyringer
+=========
+
+Encrypting a key
+----------------
+
+ scripts/encrypt <file>
+
+Decrypting a key (only to stdout)
+---------------------------------
+
+ scripts/decrypt <file>
+
+Re-encrypting a key
+-------------------
+
+ scripts/recrypt <file>
+
+Notes
+-----
+
+ 1. The <file> is any file inside the keys/ folder.
+
+ 2. Never decrypt a key and write it to the disk, except
+ if you're adding it to your personall keyring.
+
+ 3. Recipients are defined at file config/recipients.
+ Please add just trustable recipients.
+
+Using with GNU Privacy Guard
+----------------------------
+
+Exporting public keys:
+
+ gpg --armor --export <keyid>
+
+Exporting private keys (take care):
+
+ gpg --armor --export-secret-keys
+