Skip to content

Instantly share code, notes, and snippets.

@xeoncross
xeoncross / hashcash.html
Last active February 13, 2018 06:10
Javascript Hashcash tests using CryptoJS
<form id="feedback">
Username: <input name="username">
<input type="hidden" class="nounce" value="foobar">
<input type="hidden" class="time" value="123456789">
</form>
<script src="http://crypto-js.googlecode.com/svn/tags/3.1.2/build/rollups/sha256.js"></script>
<script>