Android Question How to open SQLcipher db in Sqlite studio 3.2.1

Zak Petr

Member
Licensed User

Attachments

  • sqlitestudio.png
    sqlitestudio.png
    62.3 KB · Views: 345

RB Smissaert

Well-Known Member
Licensed User
Longtime User
Hi,
I have this issue:

I create database with SQLcipher 1.6 lib by this instructions:
SQL1.Initialize(File.DirRootExternal, "1.db", True, DB_PASSWORD, "")
https://www.b4x.com/android/forum/threads/android-database-encryption-with-sqlcipher-library.14965/

and it works fine.

But the problem is, that I need open this database manually in Sqlite studio 3.2.1 for management
There is many settings, but nobody know which of them is the right.

Could you help me please?

Many thanks.

I think there is a plugin for SQLite Studio, to handle encrypted databases.
Another option is using DB Browser for SQLite. This handles files encrypted by SQLCipher.

RBS
 
Upvote 0
Top