MCPcopy Create free account
hub / github.com/smallfawn/QLScriptPublic / md5

Function md5

wxapp/dasenlin.js:66–68  ·  view source on GitHub ↗
(text)

Source from the content-addressed store, hash-verified

64}
65
66function md5(text) {
67 return crypto.createHash("md5").update(String(text)).digest("hex").toLowerCase();
68}
69
70function getMessage(result) {
71 return result?.message || result?.msg || result?.resp_msg || JSON.stringify(result);

Callers 1

signInMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected