From 62fa5fa2d2cf29d3761e060b49ee1490739c7b91 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 8 Oct 2009 16:47:03 -0300 Subject: Initial import --- README | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 README (limited to 'README') 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 + +Decrypting a key (only to stdout) +--------------------------------- + + scripts/decrypt + +Re-encrypting a key +------------------- + + scripts/recrypt + +Notes +----- + + 1. The 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 + +Exporting private keys (take care): + + gpg --armor --export-secret-keys + -- cgit v1.2.3