Data browser for Encrypted Database

Hello @vinay_kumar

There are few options in terms of tools to interact with a SQLCipher database, please take a look at the options here. The key that is derived from the passphrase is only resident in memory, it is not persisted to the database or device. There are options available for exporting a database, please take a look at the sqlcipher_export(…) convenience function.