-
-
Notifications
You must be signed in to change notification settings - Fork 645
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hash mismatch #578
Comments
Please try to encode the content to be encrypted as Base64 or Hex. |
It seems that this problem occurs when the plaintext is too long. |
Message shall be smaller than your key size. |
Whether segmented decryption is supported or will be supported soon? |
There is no plan to support it because openssl pkeyutl encryption doesn't support it too.
|
The Java personnel used RSA/EBC/OAEPWithSHA-256AndMGF1Padding for encryption, but when I got this, I couldn't solve it, prompting me to Hash mismatch. Can anyone point out my problem? Here is my code
The text was updated successfully, but these errors were encountered: