tijian_tieying/web/dccdc/Common/Deepleo.Weixin.SDK/Cryptography
2025-02-20 12:14:39 +08:00
..
Cryptography.cs v1 2025-02-20 12:14:39 +08:00
Readme.txt v1 2025-02-20 12:14:39 +08:00
Sample.cs v1 2025-02-20 12:14:39 +08:00
WXBizMsgCrypt.cs v1 2025-02-20 12:14:39 +08:00

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

注意事项
1.Cryptography.cs文件封装了AES加解密过程用户无须关心具体实现。WXBizMsgCrypt.cs文件提供了用户接入企业微信的两个接口Sample.cs文件提供了如何使用这两个接口的示例。
2.WXBizMsgCrypt.cs封装了DecryptMsg, EncryptMsg两个接口分别用于收到用户回复消息的解密以及开发者回复消息的加密过程。使用方法可以参考Sample.cs文件。
3.加解密协议请参考微信公众平台官方文档。