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

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

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