http://oxtag.com/html/ex/ex/md5/md5.html
<script src="md4.js" type="text/javascript"></script>
<script src="md5.js" type="text/javascript"></script>
<script src="sha1.js" type="text/javascript"></script>
<form>
<table class="indented">
<tr><th>Input</th><td><input type="text" name="input" size="40"></td></tr>
<tr><th>Calculate</th>
<td style="text-align:center"><input type="button" onclick="hash.value = hex_md4(input.value)" value="MD4">
<input type="button" value="MD5" onclick="hash.value = hex_md5(input.value)">
<input type="button" value="SHA-1" onclick="hash.value = hex_sha1(input.value)"></td></tr>
<tr><th>Result</th><td><input type="text" name="hash" size="40"></td></tr>
</table>
</form>
'인터넷관련' 카테고리의 다른 글
iframe 리로드 시키기 (0) | 2008.02.01 |
---|---|
날아 다니는 이미지 (0) | 2008.02.01 |
레이어 셀렉트 박스 최상위에... (0) | 2008.02.01 |
콤보박스(셀렉트박스다운) 메뉴 미 선택시 컬러 바뀌게... (0) | 2008.02.01 |
새창 가운데 띄우기 (0) | 2008.02.01 |
지정 시간 후 재생 시작되는 스크립트 (0) | 2008.02.01 |
포커스 하일라이트 주기 (0) | 2008.02.01 |
페이지 확대 / 페이지 축소 (0) | 2008.02.01 |