Openssl_verify kamu RSA 1024 Openssl tuşu () ile veri doğrulama?

0 Cevap php

I got private_key.pem and public_key.pem. The public one is signed by bank. To trying to verify data sent to me by bank i use php method openssl_verify()

So far i have no luck on verifying that data against their public key. I always get those 2 errors:

error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01

error:04067072:rsa routines:RSA_EAY_PUBLIC_DECRYPT:padding check failed

Ben de sadece shell_exec () yöntemi ile bunu doğrulamak için çalıştım, ama ben geri aynı hataları alıyorum.

Herkes bunu görmüş ve belki düzgün doğrulamak için biliyorum?

0 Cevap