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

Method MD5_Encrypt

wxapp/musi.js:109–112  ·  view source on GitHub ↗
(str)

Source from the content-addressed store, hash-verified

107
108
109 MD5_Encrypt(str) {
110 const crypto = require("crypto")
111 return crypto.createHash('md5').update(str).digest('hex');
112 }
113 async getUserInfo() {
114 try {
115 const timestamp = new Date().getTime();

Callers 4

getUserTokenMethod · 0.95
getUserInfoMethod · 0.95
getJobMethod · 0.95
doSignMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected