How to find version and edition of my sqlcipher android library

My android application is using Sqlcipher library.
It includes 3 .so file (libdatabase_sqlcipher.so , libgnustl_shared.so, libsqlcipher_android.so) and
.jar files (sqlcipher.jar, guava-r09.jar, commons_codec.so).

How can we find which version of Sqlcipher is being used?
How can we know if commercial or community version is being used?

Thanks.

Hello @Manjeet_Sudhanshu. You can use PRAMGA cipher_version to retrieve the version number of SQLCipher. If you are using Commercial Edition you would have placed an online order and have a corresponding order number, or you would have a license code for the software (depending on the version you purchased).