Flipper Desktop plugin for https://github.com/sqlcipher/android-database-sqlcipher
This plugin used with Flipper Desktop client to visualize the encrypted DB inside android applications. The encryped sql DB it works with is https://github.com/sqlcipher/android-database-sqlcipher
Usage steps:
- Clone the repository
- run
npm pack
inside the folder which generates [email protected] file. - Open the Flipper Desktop client.On left navigatio bar locate
Manage Plugins
and click on it - switch to install plugins tab
- click on 3-dots next to empty text box and locate the
[email protected]
which is generated above. - Restart the flipper desktop client.
Note: This needs android plugin as well to work. It can be found here: https://github.com/vkalmath/flipper-sql-cipher-android/blob/master/README.md