You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
温天培
467128866b
|
2 years ago | |
---|---|---|
.. | ||
Cryptography.cs | 2 years ago | |
Readme.txt | 2 years ago | |
Sample.cs | 2 years ago | |
WXBizMsgCrypt.cs | 2 years ago |
Readme.txt
注意事项
1.Cryptography.cs文件封装了AES加解密过程,用户无须关心具体实现。WXBizMsgCrypt.cs文件提供了用户接入企业微信的两个接口,Sample.cs文件提供了如何使用这两个接口的示例。
2.WXBizMsgCrypt.cs封装了DecryptMsg, EncryptMsg两个接口,分别用于收到用户回复消息的解密以及开发者回复消息的加密过程。使用方法可以参考Sample.cs文件。
3.加解密协议请参考微信公众平台官方文档。