Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
* Distributed under the BSD License
* See http://crypto.stanford.edu/PwdHash for more info.
*-->

<title>PwdHash</title>
<script src="md5.js" type="text/javascript"></script>
<script src="pwdhash.js" type="text/javascript"></script>
Expand Down Expand Up @@ -55,7 +56,8 @@ <h3>Hashed Password</h3>
<H1 align=center><font color="#0000FF" face="Arial">
Stanford PwdHash
</font></H1>


<!--Explination-->
<div id="theexplanation">
<p>
PwdHash generates theft-resistant passwords.
Expand Down