MCPcopy Create free account
hub / github.com/doraemonext/wechat-python-sdk / decrypt_message

Method decrypt_message

wechat_sdk/lib/crypto/crypto.py:128–129  ·  view source on GitHub ↗
(self, msg, msg_signature, timestamp, nonce)

Source from the content-addressed store, hash-verified

126 return self._encrypt_message(msg, nonce, timestamp)
127
128 def decrypt_message(self, msg, msg_signature, timestamp, nonce):
129 return self._decrypt_message(msg, msg_signature, timestamp, nonce)

Calls 1

_decrypt_messageMethod · 0.80