MCPcopy Create free account
hub / github.com/Useful-Scripts-Extension/useful-script / md5

Function md5

scripts/libs/crypto/md5.js:169–171  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

167}
168
169export function md5(s) {
170 return hex(md51(s));
171}
172
173/* this function is much faster,
174 so if possible we use it. Some IEs

Callers 4

compareFunction · 0.90
setFunction · 0.90
lockCurrentWebsiteFunction · 0.90
md5.jsFile · 0.85

Calls 2

hexFunction · 0.85
md51Function · 0.85

Tested by

no test coverage detected