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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
|
<?xml version="1.0" encoding="iso-8859-1"?>
<!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">
<head>
<title>GnuPG Encryption Settings</title>
<link rel="stylesheet" type="text/css" href="[#SQWEBMAILCSS#]" />
<meta name="GENERATOR" content="amaya 8.0, see http://www.w3.org/Amaya/" />
<meta name="MSSmartTagsPreventParsing" content="TRUE" />
</head>
<body>
<!--
[#$DELETEFAIL=<p class="error">Error trying to delete the encryption key, GnuPG messages follow:</p>#]
[#$SIGNFAIL=<p class="error">Error trying to sign the encryption key, GnuPG messages follow:</p>#]
[#$DISABLED=Warning: this key is disabled#]
[#$REVOKED=Warning: this key is revoked#]
[#$EXPIRED=Warning: this key is expired#]
-->
<div align="center">
<table cellpadding="0" cellspacing="0" border="0" width="95%">
<tbody>
<tr style="line-height: 0">
<td align="left" valign="top"
style="line-height: 0">[#@graytopleft.png, width="11" height="11"
alt="" border="0"@@#]</td>
<td bgcolor="#cccccc" class="graybox"></td>
<td align="right" valign="top"
style="line-height: 0">[#@graytopright.png, width="11" height="11"
alt="" border="0"@@#]</td>
</tr>
<tr bgcolor="#cccccc" class="graybox">
<td> </td>
<td bgcolor="#cccccc" class="graybox" width="100%">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td align="left" width="100%" valign="middle"
class="pageheader">GnuPG Encryption Settings</td>
<td align="right" valign="middle">[#G#]</td>
</tr>
</tbody>
</table>
</td>
<td> </td>
</tr>
<tr style="line-height: 0">
<td align="left" valign="bottom">[#@graybottomleft.png, width="11"
height="11" alt="" border="0"@@#]</td>
<td bgcolor="#cccccc" class="graybox"></td>
<td align="right" valign="bottom">[#@graybottomright.png, width="11"
height="11" alt="" border="0"@@#]</td>
</tr>
</tbody>
</table>
<!-- End of Top Header -->
<!-- Sections. Folders, Create Messages, Preferences, Etc. -->
[#include:navbar#] [#DOGPG#]
<table cellpadding="0" cellspacing="0" border="0" width="95%">
<tbody>
<tr style="line-height: 0">
<td align="left" valign="top">[#@bluetopleft.png, width="11"
height="11" alt="" border="0"@@#]</td>
<td bgcolor="#99ccff" class="bluebox" valign="middle"></td>
<td style="line-height: 0" align="right"
valign="top">[#@bluetopright.png, width="11" height="11" alt=""
border="0"@@#]</td>
</tr>
<tr bgcolor="#99ccff" class="bluebox">
<td> </td>
<td valign="middle">
<form method="post" action="[#p#]">
[#P#] <input type="hidden" name="form" value="gpg" />
<div align="center" class="gpgpublickeytitle">
Public Keys</div>
<br />
[#LISTPUB#]
<p>
<input type="submit" value="Delete Public Key" name="delpub" /></p>
<hr width="90%" />
<div align="center" class="gpgprivatekeytitle">
Private Keys</div>
<br />
[#LISTSEC#]
<p>
<input type="submit" value="Delete Private Key" name="delsec"
/><input type="checkbox" name="really" />Yes, I really want to do
this</p>
<hr size="1" noshade="noshade" width="100%" />
<p align="center" class="gpgsignkeytitle">Sign Public Key</p>
<!-- [#?6#] -->
<p> Private key's passphrase: <input type="password"
size="20" name="passphrase" /></p>
<!-- [#?#] -->
<p> Choose a public and a private key, above, then
<input type="submit" value="sign" name="sign" /></p>
<hr size="1" noshade="noshade" width="100%" />
<p align="center" class="gpgdefaulttitle">Default Private Key</p>
<p> Select a default private key for signing, above,
then
<input type="submit" value="set it as the default"
name="setdefault" /></p>
</form>
<hr size="1" noshade="noshade" width="100%" />
<form method="post" action="[#p#]">
[#P#] <input type="hidden" name="form" value="gpgcreate" />
<p align="center" class="gpgcreatetitle">Create New Keypair</p>
<table border="0" cellpadding="8">
<tbody>
<tr>
<td align="right">Name:</td>
<td><input type="text" size="20" name="newname" /></td>
</tr>
<tr>
<td align="right">E-mail address:</td>
<td><input type="text" size="20" name="newaddress" /></td>
</tr>
<tr>
<td align="right">Comment:</td>
<td><input type="text" size="20" name="newcomment" /></td>
</tr>
<tr>
<td
align="right">Signature (DSA) key length:</td>
<td>
<select name="skeylength">
<option value="512">512 bits</option>
<option value="768">768 bits</option>
<option value="1024" selected="selected">1024
bits</option>
</select>
</td>
</tr>
<tr>
<td
align="right">Encryption (ElGamal) key length:</td>
<td>
<select name="ekeylength">
<option value="512">512 bits</option>
<option value="768">768 bits</option>
<option value="1024" selected="selected">1024
bits</option>
<option value="2048">2048 bits</option>
</select>
</td>
</tr>
<tr>
<td align="right">Expiration:</td>
<td><input type="text" size="4" name="newexpire" />
<select name="newexpirewhen">
<option value="" selected="selected">-- no expiration--
</option>
<option value="d">days </option>
<option value="w">weeks </option>
<option value="m">months </option>
<option value="y">years</option>
</select>
</td>
</tr>
<!-- [#?6#] -->
<tr>
<td align="right">Passphrase (optional):</td>
<td><input type="password" size="20" name="passphrase" /></td>
</tr>
<tr>
<td align="right">Reenter passphrase:</td>
<td><input type="password" size="20" name="passphrase2"
/></td>
</tr>
<!-- [#?#] -->
<tr>
<td> </td>
<td>
<input type="submit" value="Create" name="submit" /></td>
</tr>
</tbody>
</table>
</form>
</td>
<td> </td>
</tr>
<tr style="line-height: 0">
<td align="left" valign="bottom">[#@bluebottomleft.png, width="11"
height="11" alt="" border="0"@@#]</td>
<td bgcolor="#99ccff" class="bluebox" valign="middle"></td>
<td align="right" valign="bottom">[#@bluebottomright.png, width="11"
height="11" alt="" border="0"@@#]</td>
</tr>
</tbody>
</table>
</div>
<p>[#B#]</p>
</body>
</html>
|