最近在看 支付宝小程序,没有找到相关 gem 包可以用. 有没有大佬 做过? https://docs.alipay.com/mini/introduce/aes 这个 AES 解密,有没有相关的 ruby 解密方法呢?
估计跟微信小程序的差不多
https://ruby-china.org/topics/35240 https://ruby-china.org/topics/32128
可以看看我以前写的,https://github.com/renyijiu/alipay_mini
谢谢,参考了!
已经解密出来了,用 "AES-128-CBC" 可以。3Q