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

Function md5

wxapp/ctrip.js:70–72  ·  view source on GitHub ↗
(text)

Source from the content-addressed store, hash-verified

68}
69
70function md5(text) {
71 return crypto.createHash("md5").update(String(text)).digest("hex");
72}
73
74function mask(value = "") {
75 value = String(value);

Callers 2

constructorMethod · 0.70
headersMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected