SQLCipher to SQLite (Android)

How can I migrate my SQLCipher DB to SQLite?

Hi @idish

You will want to use the convenience function sqlcipher_export(...). We document the functionality here, you will want to review example #2 specifically for export an encrypted database to plain text format.