PHP openssl проверяет ошибку подписанных данных: 0407008A: процедуры RSA: RSA_padding_check_PKCS1_type_1: недопустимое з ⇐ Php
-
Anonymous
PHP openssl проверяет ошибку подписанных данных: 0407008A: процедуры RSA: RSA_padding_check_PKCS1_type_1: недопустимое з
I am using php openssl to verify signed data from an api
$verified = openssl_verify($data, $signed, $crt, OPENSSL_ALGO_SHA1); echo $verified; But I cant verify the data it always returns 0. Printing the error message gives me error:0407008A:rsa routines:RSA_padding_check_PKCS1_type_1:invalid padding
I am Verifying the Signature of the message signed by Java using PHP openssl. Can anyone tell me why this error occurs
Источник: https://stackoverflow.com/questions/780 ... -check-pkc
I am using php openssl to verify signed data from an api
$verified = openssl_verify($data, $signed, $crt, OPENSSL_ALGO_SHA1); echo $verified; But I cant verify the data it always returns 0. Printing the error message gives me error:0407008A:rsa routines:RSA_padding_check_PKCS1_type_1:invalid padding
I am Verifying the Signature of the message signed by Java using PHP openssl. Can anyone tell me why this error occurs
Источник: https://stackoverflow.com/questions/780 ... -check-pkc
Мобильная версия