netpyoung / SqlCipher4Unity3D

💾 SqlCipher made easy for Unity3d
MIT License
163 stars 37 forks source link

Bad OpenSSL Versions #47

Open zf89trillion opened 9 months ago

zf89trillion commented 9 months ago

The online product I've published on Google Play has the following notification:

Your application is using a flawed version of the OpenSSL library, which could cause the app to crash. Please update to a fixed version of OpenSSL.

Flawed version:

OpenSSL 1.1.1g in lib/armeabi-v7a/libsqlcipher.so

This is the official recommended solution by Google Play: https://support.google.com/faqs/answer/6376725?hl=en

My SqlCipher4Unity3D version: 1.1.2

Can you help me solve this issue?

netpyoung commented 9 months ago

Could you update SqlCipher4Unity3D's version to 1.3.1?

or just override lib from 1.3.1

zf89trillion commented 9 months ago

Ok, I will test it, has the issue been fixed in version 1.1.3?