Mercurial > encryptobin
comparison static-files/index.html @ 1:ecf3376d2a5a
Changed the web page to be kind of like an editor.
author | Atul Varma <varmaa@toolness.com> |
---|---|
date | Tue, 07 Apr 2009 16:21:25 -0700 |
parents | 1c8dbbdce596 |
children | e5df7c795457 |
comparison
equal
deleted
inserted
replaced
0:1c8dbbdce596 | 1:ecf3376d2a5a |
---|---|
8 <body> | 8 <body> |
9 <p> | 9 <p> |
10 pass <input type="text" id="pass"/> | 10 pass <input type="text" id="pass"/> |
11 </p> | 11 </p> |
12 <p> | 12 <p> |
13 plaintext <textarea id="plaintext"></textarea> | 13 <textarea rows="40" cols="40" id="plaintext"></textarea> |
14 </p> | 14 </p> |
15 <p> | |
16 ciphertext <textarea id="ciphertext"></textarea> | |
17 </p> | |
18 <div id="commit">commit</div> | |
19 <div id="update">update</div> | |
20 <div id="encrypt">encrypt</div> | |
21 <div id="decrypt">decrypt</div> | |
22 </body> | 15 </body> |
23 <script src="jquery.js"></script> | 16 <script src="jquery.js"></script> |
24 <script src="aes.js"></script> | 17 <script src="aes.js"></script> |
25 <script src="encryptobin.js"></script> | 18 <script src="encryptobin.js"></script> |
26 </html> | 19 </html> |