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 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.