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

Function md5

wxapp/airui.js:48–50  ·  view source on GitHub ↗
(text)

Source from the content-addressed store, hash-verified

46}
47
48function md5(text) {
49 return crypto.createHash("md5").update(String(text)).digest("hex");
50}
51
52function mask(value = "") {
53 value = String(value);

Callers 2

makeSignFunction · 0.70
constructorMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected