From 86f8d5eebc3d0974f631cf9c9c2bdbf82e3867cb Mon Sep 17 00:00:00 2001 From: ubbo Date: Mon, 5 Dec 2011 23:54:24 +0000 Subject: add help files git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@661 34ebc366-c3a9-4b3c-9f84-69acf7962910 --- release/help/docu_decrypt.html | 84 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 84 insertions(+) create mode 100644 release/help/docu_decrypt.html (limited to 'release/help/docu_decrypt.html') diff --git a/release/help/docu_decrypt.html b/release/help/docu_decrypt.html new file mode 100644 index 0000000..3ed813a --- /dev/null +++ b/release/help/docu_decrypt.html @@ -0,0 +1,84 @@ + + + + + +gpg4usb - Documentation + + + + + + + +
+ + + +
+ +

Howto decrypt a text

+

NOTE: You can only decrypt files, if you have one private key, the file is encrypted for. You can identify the private keys by the "bunch of keys"-image in front of the name in the keylist (in this case Bobby):

+private key hint + +

+There are five steps for encrypting a text. We assume, that Bobby wants to decrypt a text, which is encrypted with his public key. +

+

STEP 1: Copy the text to the textedit-field

+

+First Bobby copies the text to the textedit-field. +

+ +copy to textedit-field + +

STEP 2: Choose key(s)

+

+Secondly he chooses his own key. +

+choose key + + +

STEP 3: Decrypt message

+

+Now Bobby hits the decrypt button to decrypt the text. Alternatively he could use the shortcut Ctrl+D or use the menu crypto->decrypt.
+NOTE: You can only decrypt texts, for which you have the private key. The private keys are those, with the key-icon in front of the Name in the keylist. +

+decrypt message + +

STEP 4: Enter passphrase

+

+Now Bobby enters the passphrase of his key. +

+enter passphrase + + +

STEP 5: Read the text

+

+Now Bobby can read the encrypted text. +

+read encrypted text + + +
+
+ + -- cgit