MCPcopy Create free account
hub / github.com/ClydeTime/Surge / getSign

Function getSign

Script/Task/amap.js:111–114  ·  view source on GitHub ↗
(channel)

Source from the content-addressed store, hash-verified

109 return r
110}
111function getSign(channel) {
112 const sign = channel + '@oEEln6dQJK7lRfGxQjlyGthZ4loXcRHR'
113 return md5(sign).toUpperCase()
114}
115function getQuery(node, adiu,channel, key, sign) {
116 let xck = RSA_Public_Encrypt(key);
117 let _in = {

Callers 2

checkInFunction · 0.85
signInFunction · 0.85

Calls 1

md5Function · 0.70

Tested by

no test coverage detected