]>
src.bluestatic.org Git - skeletonkey.git/blob - core.html
4 <title>Skeleton Key
</title>
5 <script type=
"text/javascript" src=
"pbkdf2.js"></script>
6 <script type=
"text/javascript" src=
"core.js"></script>
7 <script type=
"text/javascript" src=
"options.js"></script>
8 <link rel=
"stylesheet" href=
"common.css" />
9 <link rel=
"stylesheet" href=
"core.css" />
12 <form autocomplete=
"off">
15 <label for=
"master">Master Password
</label>
16 <input type=
"password" id=
"master" />
20 <label for=
"sitekey">Site Key
</label>
21 <input type=
"text" id=
"sitekey" />
25 <label for=
"username">Username
</label>
26 <input type=
"text" id=
"username" />
32 <label for=
"password">Computed Password
</label>
33 <div class=
"input" id=
"password"> </div>
37 <button type=
"button" id=
"generate">Hash
</button>
42 <div class=
"clear"></div>