If the encrypted data is the same on both sides, the other potential
problem is that the key is not the same. That is, the private key
doesn't match the public key.
Try the decrypt with no padding and view the raw bytes. If you see
padding plus your data, then the padding schemes don't match
hi to all. I hope you can help me to fix my problem (i'm going crazy! ).
I have a client/server application that use RSA for encrypt exchanged message.
Now, until yesterday i'm running my app on localhost and all works fine. Today
i've try to run it on the net, but something goes wrong.
The app w
Hi,
Actually in my java application I will load all three shared libries
(ssl,crypto and curl) ... Hence Iam trying build all libs as shared .
I tried to debug it as per your input , now I am getting the response as 1
i .e *CURLE_UNSUPPORTED_PROTOCOL (1)* when I tried to execute the https .