How to check my sqlcipher version

Hi developer.

I’m using sqlcipher database.

But I have Detected problem with app native libraries.

I searching google, and I found solution, sqlcipher version 3.5 up it’s ok.

But I don’t know that I using what version.
(I use .so file)

Could you tell me how to check sqlcipher verison.

Because I know sqlcipher is impossible downgrade.

So, How many versions are compatible with version 3.5?

Thanks.

Hello @1111 - you can check the version using PRAGMA cipher_verssion: https://www.zetetic.net/sqlcipher/sqlcipher-api/#cipher_version