1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
form method="post" name="f" class="panel"
onsubmit="password.value = b64_sha1(master.value+':'+ site.value).substr(0,+document.getElementById('nbcar').value - 2) + '1a'; document.f.password.focus(); document.f.password.select(); return false;"
selected="true">
<p><font size="4"><strong>PassGen</strong></font></p>
<p><input type="password" size="16" maxlength="70"
name="master" style="height:46px;font-size:30px;" /><input
type="text" size="2" maxlength="70" name="nbcar" value="8"
style="height:46px;font-size:30px;" /></p>
<p><input type="text" size="16" maxlength="70" name="site"
style="height:46px;font-size:30px;" /></p>
<p> </p>
<p><input type="text" size="16" maxlength="70"
name="password" style="height:46px;font-size:30px;" /></p>
<p><script language="JavaScript">document.f.master.focus()</script> </p>
<p><input type="submit" value="Generate"> </p>
</form>
</body>
</html> |