Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/smallfawn/QLScriptPublic
/ md5
Function
md5
wxapp/ctrip.js:70–72 ·
view source on GitHub ↗
(text)
Source
from the content-addressed store, hash-verified
68
}
69
70
function
md5(text) {
71
return
crypto.createHash(
"md5"
).update(String(text)).digest(
"hex"
);
72
}
73
74
function
mask(value =
""
) {
75
value = String(value);
Callers
2
constructor
Method · 0.70
headers
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected