Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/smallfawn/QLScriptPublic
/ md5
Function
md5
wxapp/wb.js:58–60 ·
view source on GitHub ↗
(text)
Source
from the content-addressed store, hash-verified
56
}
57
58
function
md5(text) {
59
return
crypto.createHash(
"md5"
).update(String(text)).digest(
"hex"
);
60
}
61
62
function
base64(value) {
63
if
(!value)
return
""
;
Callers
3
getSign
Function · 0.70
encrypt_request
Function · 0.50
decrypt_response
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected