Question
openssl_verify in coldfusion
Hello,
I try to decrypt a string with a public key but it doesn't works.
The string come from a payment system (paybox). Paybox give the php code to decrypt signature but i do not know how to translate it in CFM. The php instruction is "openssl_verify( $data, $sig, $key )". I try <cfset PayBoxSign = Decrypt(PayBoxSign,PublicKey)> but it does not works.
Any idea ?
Thanks
