MCPcopy 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
58function md5(text) {
59 return crypto.createHash("md5").update(String(text)).digest("hex");
60}
61
62function formatDateTime(timestamp) {
63 const d = new Date(timestamp * 1000);

Callers 1

encryptPayloadFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected