Android Question [SOLVED] Encrypted SQLite reader

nibbo

Active Member
Licensed User
Longtime User
Hi All

Anyone know of an app (android or windows) that will let you run queries against an encrypted SQLite database?
It is my database so I know the encryption key but all apps I have tried fail to open it, I am yet to find one that allows me to enter my key before it tries to open the database.

Thanks in advance
Nibbo
 
Last edited:

Alex_197

Well-Known Member
Licensed User
Longtime User
Hi All

Anyone know of an app (android or windows) that will let you run queries against an encrypted SQLLite database?
It is my database so I know the encryption key but all apps I have tried fail to open it, I am yet to find one that allows me to enter my key before it tries to open the database.

Thanks in advance
Nibbo
The only option I found is this https://sqlitebrowser.org/ - this is for Windows OS. I didn't find anything for Android.
 
Upvote 0
Top