Hello,
Is anybody can help me
with next problem:
A RSA encrypt()/decrypt() interface works fine in one application/process,
but with client-server communication – TCP/IP socket (cl public_encrypt – serv private_decript)
I've got Decryption error: RSA_padding_check_PKCS1_type_2:block type is not 02
A Cipher string is the same on client and server site(and length too).
What it may be?
Thanks for any help!
