binarywang/weixin-java-miniapp-demo

微信小程序用户数据解密问题

xiangwbs opened this issue · 2 comments

WxMaCryptUtils.decrypt和WxMaCryptUtils.decryptAnotherWay的区别是什么?
我看微信小程序官方文档用的是PKCS#7填充数据的,但我看我们这里用的是NoPadding或PKCS7Padding,这个没有问题吗
image

看源码是不就清楚了?一个使用有问题,就换另一个试试

版本4.3.0
发现WxMaCryptUtils.decrypt和WxMaCryptUtils.decryptAnotherWay 都不能进行解密