Help on mixed encrypt/decrypt data using C++/java

Jason Qian jqian at tibco.com
Tue Oct 5 13:17:52 UTC 2021


Hi,

We encrypt data using openSSL C++ API, decrypt data using java(default
security package).
99.9% of the time, it works fine, but when multi-instances of apps encrypt
data at same time, java fails to decrypt .

We are using version 1.1.01 (AES/CBC/PKCS5Padding)


mpCtx = EVP_CIPHER_CTX_new();
EVP_CIPHER_CTX_init(mpCtx);

Thanks for helping,
Jason
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mta.openssl.org/pipermail/openssl-users/attachments/20211005/55b65e6d/attachment.html>


More information about the openssl-users mailing list