MCPcopy Index your code
hub / github.com/smallfawn/QLScriptPublic / md5

Function md5

wxapp/wb.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 base64(value) {
63 if (!value) return "";

Callers 3

getSignFunction · 0.70
encrypt_requestFunction · 0.50
decrypt_responseFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected