Searched refs:hexMD5 (Results 1 – 2 of 2) sorted by relevance
29 PASS hexMD5('kde') is '186cf28b76f2264e9fea8fcf91cb4f5d'
238 function hexMD5 (str) { return binl2hex(coreMD5( str2binl(str))) } function