package
0.0.0-20220821142108-2b36f50f3075
Repository: https://github.com/liujunren93/openwechat.git
Documentation: pkg.go.dev

# Functions

AESDecryptMsg ciphertext = AES_Encrypt[random(16B) + msg_len(4B) + rawXMLMsg + appId] 参考:github.com/chanxuehong/wechat.v2.
AesECBDecrypt will decrypt data with PKCS5Padding.
AESEncryptMsg ciphertext = AES_Encrypt[random(16B) + msg_len(4B) + rawXMLMsg + appId] 参考:github.com/chanxuehong/wechat.v2.
CalculateSign 计算签名.
DecryptAES256GCM aesKey 密钥 associatedData 附加数据ciphertext 数据密文nonce 加密使用的随机串.
DecryptMsg 消息解密.
EncryptMsg 加密消息.
No description provided by the author
No description provided by the author
No description provided by the author
MD5加密.
NewECBDecryptor returns a BlockMode which decrypts in electronic code book mode, using the given Block.
NewECBEncryptor returns a BlockMode which encrypts in electronic code book mode, using the given Block.
PKCS5Padding -.
PKCS5UnPadding -.
No description provided by the author
No description provided by the author
No description provided by the author
Sha1 加密.

# Constants

微信签名算法方式.
微信签名算法方式.

# Interfaces

No description provided by the author

# Type aliases

No description provided by the author
No description provided by the author
ECBDecryptor -.
ECBEncryptor -.