I have a working Ruby example. I'm able to decrypt AES encrypted message with Ruby like this: require 'openssl' require 'base64' data ...
確定! 回上一頁