blob: 2981f37565ff7d2b93ce3550cf29b46253e7b98b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
|
<?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="active 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="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 decrypt a file</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>
<p>
<IMG SRC="img/docu/private_key_note.jpg" alt="private key hint"/>
</p>
<p>
There are five steps to decrypt a file. We assume, that Alice wants to decrypt a file, which is encrypted for her (that is, while encrytion her key was chosen).
</p>
<h4>STEP 1: Open file en-/decryption dialog </h4>
<p>
First Alice chooses the file cryption dialog in the menu. Alternatively, she could just hit the "File-Cryption"-button in the toolbar.
</p>
<p>
<IMG SRC="img/docu/cryptfile_menu.jpg" alt="open file cryption dialog"/>
</p>
<h4>STEP 2: Choose decrypt</h4>
<p>
Secondly she chooses decrypt.
</p>
<p>
<IMG SRC="img/docu/decryptfile_choose_decrypt.jpg" alt="choose decrypt"/>
</p>
<h4>STEP 3: Choose input-/outputfile</h4>
<p>
Now she chooses the input- and outputfile. The inputfile has to be the encrypted file
</p>
<p>
<IMG SRC="img/docu/decryptfile_input_outputfile.jpg" alt="choose the input- and outputfile"/>
</p>
<h4>STEP 4: Hit ok</h4>
<p>
Now she hits the ok-button
</p>
<p>
<IMG SRC="img/docu/decryptfile_hit_ok.jpg" alt="hit ok"/>
</p>
<h4>STEP 5: Enter passphrase</h4>
<p>
Now she enters the passphrase of her key and hits the ok-button.
</p>
<p>
<IMG SRC="img/docu/decryptfile_password.jpg" alt="enter passphrase"/>
</p>
<p>
Afterwards the ok-message is displayed.
</p>
<p>
<IMG SRC="img/docu/decryptfile_okmessage.jpg" alt="ok message"/>
</p>
</div>
</div>
</body>
</html>
|