-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathonline.html
More file actions
187 lines (171 loc) · 6.14 KB
/
Copy pathonline.html
File metadata and controls
187 lines (171 loc) · 6.14 KB
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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<!--
PasswordMaker - Creates and manages passwords
Copyright (C) 2005 Eric H. Jung and LeahScape, Inc.
http://passwordmaker.org/
grimholtz@yahoo.com
This library is free software; you can redistribute it and/or modify it
under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation; either version 2.1 of the License, or (at
your option) any later version.
This library is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESSFOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License
for more details.
You should have received a copy of the GNU Lesser General Public License
along with this library; if not, write to the Free Software Foundation,
Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-->
<head>
<title>PasswordMaker. One Password To Rule Them All.™</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
<style type="text/css">
body {
background: #EFEFEF;
margin: 0;
padding: 0;
text-align: center;
}
#canvasWrapper {
margin: 0 auto 0 auto;
padding: 0 25px 0 25px;
}
#canvas {
background: #FFF;
margin: 0 auto 0 auto;
width: 700px;
}
#contentWrapper {
margin: 0;
padding: 0;
text-align: center;
}
#content {
background: #FFF;
float: left;
width: 450px;
padding: 0 25px 25px 125px;
text-align: left;
}
#pageFooterWrapper {
clear: both;
height: 10px;
padding: 0;
text-align: center;
font-weight: bold;
}
body, .standard {
color:#333;
font: normal 11px/22px tahoma, 'Tahoma', trebuchet, 'Trebuchet MS', arial, 'Arial', sans;
text-align: justify;
}
.dropmenu {
font: normal 11px/22px tahoma, 'Tahoma', trebuchet, 'Trebuchet MS', arial, 'Arial', sans;
color: #666;
overflow:hidden;
height:25px;
}
input.button {
background: #F3F3F3;
border: 1px solid #999999;
color: #525252;
font: bold 10px/10px Verdana, Helvetica, sans-serif;
height: 25px;
padding: .3em;
-moz-border-radius: 0.5em;
}
input.standard {
background: #FFFFFF;
border: 1px solid #999999;
color:#333;
font: normal 11px/22px tahoma, 'Tahoma', trebuchet, 'Trebuchet MS', arial, 'Arial', sans;
text-align: left;
width: 200px;
padding: .3em;
-moz-border-radius: 0.5em;
}
table {
background: #EFEFEF;
color:#333;
padding: 10px;
font: normal 11px/22px tahoma, 'Tahoma', trebuchet, 'Trebuchet MS', arial, 'Arial', sans;
text-decoration:none;
text-align: left;
}
td, tr {
text-align: left;
vertical-align: top;
}
td textarea {
background: #FFFFFF;
border: 1px solid #999999;
color:#333;
font: normal 11px/22px tahoma, 'Tahoma', trebuchet, 'Trebuchet MS', arial, 'Arial', sans;
text-align: left;
height: 100px;
width: 200px;
padding: .3em;
-moz-border-radius: 0.5em;
}
.title {
font: bold 14px/22px tahoma, 'Tahoma', trebuchet, 'Trebuchet MS', arial, 'Arial', sans;
text-transform: uppercase;
color: #E8800F;
padding: 20px 0 10px 0;
}
select.editable, input.editable {
width : 15em;
}
option.activateEdit {
font-style : italic;
color : #800;
}
</style>
</head>
<pwm-script/>
<body>
<div id="canvasWrapper">
<div id="canvas">
<a href="http://passwordmaker.org/"><img border="0" src="pageheader.jpg" /></a>
<div id="contentWrapper"><div id="content">
<div class="standard">
<br/>
<div class="title">Downloadable Version</div>
You can <a href="http://passwordmaker.org/Javascript">download</a> this page and its dependencies as a zip archive and run it from your local hard drive. Simply expand the zip archive and open passwordmaker.html in a browser.<br />
<div class="title">Online Version</div>
<pwm-body/>
<div class="title">Compatibile Browsers</div>
<ul>
<li>Internet Explorer 5.0, 5.5, 6.0, 7.0</li>
<li>Safari 1.3, 2.0, 3.1</li>
<li>Firefox 1.0.x, 1.5 beta, 2.0, 3.0</li>
<li>Mozilla 1.7.5</li>
<li>Opera 7.54u2</li>
<li>Netscape 7.2, 8.0</li>
<li>Konqueror 3.3 (without cookie support)</li>
<li>Maxthon Browser 1.3.1</li>
<li>Flock 0.5</li>
</ul>
We haven't found any modern browser with which this page doesn't work. If you've tried this page with another browser or browser version, please <a href="http://forums.passwordmaker.org/">let us know!</a><br />
<div class="title">Is this page secure?</div>
This page uses only javascript and html to generate passwords. There is no form submission -- purposefully -- so there is no way for the server to see or store your passwords (including the master). It would be a security risk to send passwords over an HTTP (not HTTPS) connection, and also to store them whatsoever (even encrypted) on a server; not to mention a violation of your privacy.<br/>
<br/>
All settings except the master password are stored on your local PC as a cookie, so the settings will be the same next time you visit this page. If you'd like to store the master password also, check the <i>Save master password</i> checkbox. The master password will then be stored <b>encrypted</b> as an cookie on your local machine. Saving the master password, even though it's encrypted with AES encryption, is not completely secure; you are sacrificing some security for convenience. Theoretically, a hacker could determine your master password if he:
<ul>
<li>Could access the encrypted master password and key, stored as cookies, on your PC</li>
<li>Knew to use AES-256 to decrypt the master password</li>
</ul>
<br/>
Even then, a hacker wouldn't be able to use the master password to login anywhere if you only use generated passwords for your passwords. Moreover, a succesful login to any system also requires a username.<br/>
<br/>
In any case, if this security risk concerns you, you shouldn't check the "Save master password" checkbox. If you've checked it by mistake, simply clear your cookies or, alternatively, uncheck the <i>Save master password</i> box and navigate away from this page. This forces an empty value to be stored for the master password.<br/>
</div>
</div></div>
<div id="pageFooterWrapper"><div id="pageFooter">
</div></div>
</div>
</div>
</body>
</html>