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

Function sha1

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

Source from the content-addressed store, hash-verified

70}
71
72function sha1(text) {
73 return crypto.createHash("sha1").update(String(text)).digest("hex");
74}
75
76function md5(text) {
77 return crypto.createHash("md5").update(String(text)).digest("hex");

Callers 2

paramHashMethod · 0.70
signHeaderMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected