Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

退款回调数据解密 #76

Closed
byte-voyager opened this issue Nov 25, 2020 · 2 comments
Closed

退款回调数据解密 #76

byte-voyager opened this issue Nov 25, 2020 · 2 comments

Comments

@byte-voyager
Copy link

微信文档
解密方式
解密步骤如下:
(1)对加密串A做base64解码,得到加密串B
(2)对商户key做md5,得到32位小写key* ( key设置路径:微信商户平台(pay.weixin.qq.com)-->账户设置-->API安全-->密钥设置 )

(3)用key*对加密串B做AES-256-ECB解密(PKCS7Padding)

这个是在此项目没实现吗?

@zwczou
Copy link
Owner

zwczou commented Dec 2, 2020

没有实现

@zwczou
Copy link
Owner

zwczou commented Dec 2, 2020

这个可以在你的项目API层里面自己实现这部分逻辑了

@zwczou zwczou closed this as completed Dec 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants