diff options
| author | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2012-01-08 01:14:34 +0100 |
|---|---|---|
| committer | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2012-01-08 01:14:34 +0100 |
| commit | 5732cecbc19ea8b6021b2c1e27d26bec3b9e17c9 (patch) | |
| tree | 1ec10c06e1c872ec1e8f4f8a25e0ca8cbfe0910c /release/help/docu_decrypt.html | |
| parent | fixed bug in file cryption (diff) | |
| download | gpg4usb-5732cecbc19ea8b6021b2c1e27d26bec3b9e17c9.tar.gz gpg4usb-5732cecbc19ea8b6021b2c1e27d26bec3b9e17c9.zip | |
set images in paragraph tags in integrated help and minor html code corrections
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@729 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'release/help/docu_decrypt.html')
| -rw-r--r-- | release/help/docu_decrypt.html | 24 |
1 files changed, 18 insertions, 6 deletions
diff --git a/release/help/docu_decrypt.html b/release/help/docu_decrypt.html index 3ed813a..ba6161e 100644 --- a/release/help/docu_decrypt.html +++ b/release/help/docu_decrypt.html @@ -38,7 +38,9 @@ <h1>Howto decrypt a text</h1> <p><b>NOTE:</b> 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):</p> -<IMG SRC="img/docu/private_key_note.jpg" alt="private key hint"> +<p> +<IMG SRC="img/docu/private_key_note.jpg" alt="private key hint"/> +</p> <p> 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. </p> -<IMG SRC="img/docu/decrypt_step1.jpg" alt="copy to textedit-field"> +<p> +<IMG SRC="img/docu/decrypt_step1.jpg" alt="copy to textedit-field"/> +</p> <h4>STEP 2: Choose key(s)</h4> <p> Secondly he chooses his own key. </p> -<IMG SRC="img/docu/decrypt_step2.jpg" alt="choose key"> +<p> +<IMG SRC="img/docu/decrypt_step2.jpg" alt="choose key"/> +</p> <h4>STEP 3: Decrypt message</h4> @@ -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.<br/> <b>NOTE:</b> 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. </p> -<IMG SRC="img/docu/decrypt_step3.jpg" alt="decrypt message"> +<p> +<IMG SRC="img/docu/decrypt_step3.jpg" alt="decrypt message"/> +</p> <h4>STEP 4: Enter passphrase</h4> <p> Now Bobby enters the passphrase of his key. </p> -<IMG SRC="img/docu/decrypt_step4.jpg" alt="enter passphrase"> +<p> +<IMG SRC="img/docu/decrypt_step4.jpg" alt="enter passphrase"/> +</p> <h4>STEP 5: Read the text</h4> <p> Now Bobby can read the encrypted text. </p> -<IMG SRC="img/docu/decrypt_step5.jpg" alt="read encrypted text"> +<p> +<IMG SRC="img/docu/decrypt_step5.jpg" alt="read encrypted text"/> +</p> </div> |
