From 5732cecbc19ea8b6021b2c1e27d26bec3b9e17c9 Mon Sep 17 00:00:00 2001
From: nils 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):
+
There are five steps for encrypting a text. We assume, that Bobby wants to decrypt a text, which is encrypted with his public key.
@@ -48,13 +50,17 @@ There are five steps for encrypting a text. We assume, that Bobby wants to decry
First Bobby copies the text to the textedit-field.
+
Secondly he chooses his own key.
+Howto decrypt a text
+
+
+
+STEP 2: Choose key(s)
+
+STEP 3: Decrypt message
@@ -62,20 +68,26 @@ Secondly he chooses his own key.
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.
+
+
+
Now Bobby enters the passphrase of his key.
-
+
+
+
Now Bobby can read the encrypted text.
-
+
+
+