Skip to content

Instantly share code, notes, and snippets.

<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();