Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
169
export
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
compare
Function · 0.90
set
Function · 0.90
lockCurrentWebsite
Function · 0.90
md5.js
File · 0.85
Calls
2
hex
Function · 0.85
md51
Function · 0.85
Tested by
no test coverage detected