Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/smallfawn/QLScriptPublic
/ md5
Function
md5
wxapp/nice.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
formatDateTime(timestamp) {
63
const
d =
new
Date(timestamp * 1000);
Callers
1
encryptPayload
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected