MD5 Speed Test

Benchmark created by Jack Yu on


Description

MD5 Speed Test

Preparation HTML

<script src="https://h.eve.moe/js/md5.js"></script>
<script src="https://crypto-js.googlecode.com/svn/tags/3.1.2/build/rollups/md5.js"></script>
<script src="https://h.eve.moe/js/spark-md5.js"></script>
<script src="https://h.eve.moe/js/md5asm.js"></script>

Test runner

Ready to run.

Testing in
TestOps/sec
http://www.myersdaily.org/joseph/javascript/md5-text.html
r1 = md51("0123456789abcdef");
ready
https://code.google.com/p/crypto-js/
r2 = CryptoJS.MD5("0123456789abcdef");
ready
https://github.com/satazor/SparkMD5
r3 = SparkMD5.hash("0123456789abcdef", true);
ready
https://github.com/sagens42/md5asm
var t = new md5asm("0123456789abcdef");
r4 = t.getMd5();
ready

Revisions

You can edit these tests or add more tests to this page by appending /edit to the URL.

  • Revision 1: published by Jack Yu on