I have the following code in PHP:
$params = json_decode(trim(mcrypt_decrypt(MCRYPT_RIJNDAEL_256, $api_secret, base64_decode($enc_request), MCRYPT_MODE_ECB)));
Where the result is an array and not a string.
My data I need to send is t...
asked by
29.12.2015 / 16:15