What is the OpenSSL version used in SQLCipher 4.9.0?

Please what is the OpenSSl version used in SQLCipher 4.9.0? i am using it in an android project

Hi @dachraoui_omar,

For non-FIPS based builds of SQLCipher for Android 4.9.0, OpenSSL packages to 3.0.16 LTS would be used. You can also check this at runtime by executing the following PRAGMA [1].

PRAGMA cipher_provider_version;

[^1]: SQLCipher API - Full Database Encryption PRAGMAs, Functions, and Settings | Zetetic


  1. Footnotes ↩︎