aboutsummaryrefslogtreecommitdiffstats
path: root/release/help/docu_export_key_private.html
diff options
context:
space:
mode:
Diffstat (limited to 'release/help/docu_export_key_private.html')
-rw-r--r--release/help/docu_export_key_private.html76
1 files changed, 76 insertions, 0 deletions
diff --git a/release/help/docu_export_key_private.html b/release/help/docu_export_key_private.html
new file mode 100644
index 0000000..497180a
--- /dev/null
+++ b/release/help/docu_export_key_private.html
@@ -0,0 +1,76 @@
+<?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 id="logo">
+<a href="index.html"><img src="img/weblogo.png" alt="gpg4usb project" /></a>
+</div>
+
+<div style="width:800px;text-align:center;float:center">
+
+<ul id="menu">
+<!--li onclick="window.location.href='index.html';"><a href="index.html">News</a></li>
+<li onclick="window.location.href='about.html';"><a href="about.html">About</a></li>
+<li onclick="window.location.href='screenshots.html';"><a href="screenshots.html">Screenshots</a></li-->
+<li class="active" onclick="window.location.href='docu.html';"><a href="docu.html">Documentation</a></li>
+ <li class="submenu" onclick="window.location.href='docu_keygen.html';"><a href="docu_keygen.html">Generate Keys</a></li>
+ <li class="submenu" onclick="window.location.href='docu_encrypt.html';"><a href="docu_encrypt.html">Encrypt Text</a></li>
+ <li class="submenu" onclick="window.location.href='docu_decrypt.html';"><a href="docu_decrypt.html">Decrypt Text</a></li>
+ <li class="submenu" onclick="window.location.href='docu_encrypt_file.html';"><a href="docu_encrypt_file.html">Encrypt Files</a></li>
+ <li class="submenu" onclick="window.location.href='docu_decrypt_file.html';"><a href="docu_decrypt_file.html">Decrypt Files</a></li>
+ <li class="submenu" onclick="window.location.href='docu_import_key.html';"><a href="docu_import_key.html">Import Keys</a></li>
+ <li class="submenu" onclick="window.location.href='docu_export_key.html';"><a href="docu_export_key.html">Export Public Keys</a></li>
+ <li class="active submenu" onclick="window.location.href='docu_export_key_private.html';"><a href="docu_export_key_private.html">Export Private Keys</a></li>
+ <li class="submenu" onclick="window.location.href='docu_translate.html';"><a href="docu_translate.html">Translate gpg4usb</a></li>
+<!--li onclick="window.location.href='download.html';"><a href="download.html">Download</a></li>
+<li onclick="window.location.href='develop.html';"><a href="develop.html">Develop</a></li>
+<li onclick="window.location.href='contact.php';"><a href="contact.php">Contact</a></li-->
+</ul>
+
+<div id="content">
+
+<h1>Howto export a private key</h1>
+<p>
+There are five simple steps for exporting a private keys. We assume, that Bobby wants to export his private key to save it to disk and put it in an fireproofed tresor.<br/>
+<b>NOTE:</b> You should really be carely with your private key, because everyone, who has this key, can encrypt all messages and texts encrypted for this key.
+
+</p>
+<h4>STEP 1: Open the key management</h4>
+<p>
+First Bobby opens the key management through the toolbar.
+</p>
+<IMG SRC="img/docu/exportkey_open_keymgmt.jpg" alt="open key management">
+
+<h4>STEP 2: Open key property dialog</h4>
+<p>
+Secondly he opens the key property dialog of his key through the context menu.
+</p>
+<IMG SRC="img/docu/exportkey_show_keydetails.jpg" alt="select show key details">
+
+
+<h4>STEP 3: Hit the "export private key"-button</h4>
+<p>
+Now he hits the "export private key"-button</p>
+<IMG SRC="img/docu/exportkey_hit_export_private_key.jpg" alt="hit the export private key button">
+
+<h4>STEP 4: Confirm warn message</h4>
+<p>
+Now he confirms the warn message.
+</p>
+<IMG SRC="img/docu/exportkey_warn_message.jpg" alt="confirm warn message">
+<h4>STEP 5: Choose file</h4>
+<p>
+Finally he chooses a file, where he wants to save the key.
+</p>
+
+</div>
+</div>
+</body>
+</html>