Skip to content

Instantly share code, notes, and snippets.

@vor0nwe
vor0nwe / md5.js
Created March 1, 2014 20:07 — forked from PixnBits/md5.js
/*
* http://www.myersdaily.org/joseph/javascript/md5-text.html
*/
(function (global) {
var md5cycle = function (x, k) {
var a = x[0],
b = x[1],
c = x[2],
d = x[3];