aboutsummaryrefslogtreecommitdiffstats
path: root/resource/help/docu_verify.html
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2021-06-09 20:14:21 +0000
committerSaturneric <[email protected]>2021-06-09 20:14:21 +0000
commit587b26019beb51aadb4cd245e622774a90442966 (patch)
tree82b57edca07eadba820074f923b2f81a9f17f60a /resource/help/docu_verify.html
parentDo not clear the text when the decryption operation fails. (diff)
downloadGpgFrontend-587b26019beb51aadb4cd245e622774a90442966.tar.gz
GpgFrontend-587b26019beb51aadb4cd245e622774a90442966.zip
Adjust the project structure.
Write a readme. Signed-off-by: Saturneric <[email protected]>
Diffstat (limited to 'resource/help/docu_verify.html')
-rw-r--r--resource/help/docu_verify.html69
1 files changed, 69 insertions, 0 deletions
diff --git a/resource/help/docu_verify.html b/resource/help/docu_verify.html
new file mode 100644
index 00000000..718dc5dc
--- /dev/null
+++ b/resource/help/docu_verify.html
@@ -0,0 +1,69 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de" lang="de">
+
+<head>
+<title>gpg4usb - Documentation</title>
+<link rel="stylesheet" type="text/css" href="css/style.css" media="screen" />
+<link rel="stylesheet" type="text/css" href="css/print.css" media="print" />
+</head>
+
+<body>
+
+<div style="width:800px;text-align:center;float:center">
+Previous: <a href="docu_sign.html">Sign a message</a> | <a href="docu.html">Main</a> | Next: <a href="docu_encrypt_file.html">Encrypt a file</a>
+<hr/>
+
+<div id="content">
+
+<h1>Howto verify a message</h1>
+
+<p>
+There are three steps to verify a message. We assume, that Alice wants to verify a signed message.
+</p>
+<h4>STEP 1: Copy the text to the textedit-field</h4>
+<p>
+First Alice copies the text to the textedit-field.
+</p>
+
+<p>
+<IMG SRC="img/docu/verify_paste_message.jpg" alt="copy to textedit-field"/>
+</p>
+
+<h4>STEP 2: Click verify</h4>
+<p>
+Secondly she clicks on the verify button.
+</p>
+<p>
+<IMG SRC="img/docu/verify_click_verify.jpg" alt="click verify"/>
+</p>
+
+<h4>STEP 3: Read verify message</h4>
+<p>
+Now Alice reads the verify information shown at the bottom a the tab. To get more detailed information,
+she can click the details button in the verify messagebox and then choose .
+</p>
+<p>
+<IMG SRC="img/docu/verify_message_shown.jpg" alt="message shown"/>
+</p>
+<p>
+<b>NOTE:</b> If the key is not present in your keylist, then the signers keyid is shown.
+</p>
+<p>
+<IMG SRC="img/docu/verify_key_not_present.jpg" alt="key not present"/>
+</p>
+
+<p>
+If the key is not present, you can try to import the key from the default keyserver (which you can set in the settings dialog).
+</p>
+<p>
+<IMG SRC="img/docu/verify_import_from_keyserver.jpg" alt="import from keyserver"/>
+</p>
+
+
+<hr/>
+Previous: <a href="docu_sign.html">Sign a message</a> | <a href="docu.html">Main</a> | Next: <a href="docu_encrypt_file.html">Encrypt a file</a>
+</div>
+</div>
+</body>
+</html>