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

Method decrypt

daily/hyjk.js:591–595  ·  view source on GitHub ↗
(data)

Source from the content-addressed store, hash-verified

589
590 // 瑙e瘑
591 function decrypt(data) {
592 const encryptor = new JSEncrypt()
593 encryptor.setPrivateKey(PRIVATE_KEY)
594 return encryptor.decryptLong(data)
595 }
596 let sign = getSign(body)
597 let timestamp = new Date().getTime()
598 return entryData({

Callers 3

decryptResponseBodyMethod · 0.45
query_all_files_cloudMethod · 0.45
heFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected