This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<body> | |
SHA256 Hash of "Message" is: | |
<span id="hash"></span> | |
</body> | |
<script src="https://ajax.googleapis.com/ajax/libs/prototype/1.7.3.0/prototype.js"></script> | |
<script type="text/javascript"> | |
var Crypto = Class.create(); |