Hi,
I have a weird problem using openssl_get_pri vatekey. I use this
function to decrypt some records from a database. The first two get
decrypted fine, but at the third function call, openssl_get_pri vatekey
returns false and the script stops outputting, with this error string:
error:0407106B: rsa routines:RSA_pa dding_check_PKC S1_type_2:block type
is not 02
I use PHP 4.2.3 with openssl 0.9.6e
Any ideas?
Alex
I have a weird problem using openssl_get_pri vatekey. I use this
function to decrypt some records from a database. The first two get
decrypted fine, but at the third function call, openssl_get_pri vatekey
returns false and the script stops outputting, with this error string:
error:0407106B: rsa routines:RSA_pa dding_check_PKC S1_type_2:block type
is not 02
I use PHP 4.2.3 with openssl 0.9.6e
Any ideas?
Alex
Comment