sqLite Db not opening

i have implemented sqlcipher in my code under the guidance of https://www.zetetic.net/sqlcipher/sqlcipher-for-android/ this link.

CRUD operation working fine but when i try to open using desktop Application, its asking to enter password. if i entered right password also no response from it.

Hi @manju

What version of SQLCipher for Android are you using? This can be determined by PRAGMA cipher_version

What desktop Application are you using to attempt to access the SQLCipher database? If you’re using DB Browser for SQLite and using SQLCipher for Android version 4.x you’ll want to use the nightly build of DB Browser for SQLite which is compatible with SQLCipher 4. You can access them here: https://nightlies.sqlitebrowser.org/latest/