Hi, I've successfully created a small test project with SQLCipher. Works fine.
I can open this database file on desktop with SQLiteDatabaseBrowserPortable.
I don't know how to open it on my Android. Unencrypted file created with SQL but not with SQLCipher I can open with aSQLiteManager app but now can't do it - the app says that this not a database file. I tried few others apps from play market with no success.
Any idea?
It helps me a lot while I'm creating my project and I need some app to view the encrypted database.
SQLCipher is an open source project that extends SQLite and adds full database encryption. License: https://www.zetetic.net/sqlcipher/open-source/ B4A SQLCipher is a special subtype of SQL object. There is almost no need to change any code in order to switch from regular SQL to SQLCipher. The...
SQLCipher is an open source project that extends SQLite and adds full database encryption. License: https://www.zetetic.net/sqlcipher/open-source/ B4A SQLCipher is a special subtype of SQL object. There is almost no need to change any code in order to switch from regular SQL to SQLCipher. The...
I found a tool for windows, now I need it for Android. Let say I sent my app for testing and it doesn't work as expected. I need to open a database right on a phone itself to see what inside. For example I connect to the tester over teamviewer, he runs PowerMirror on his phone that mirrors android screen to his computer and I see what is going on. So I need some app that opens encrypted database right on a phone. For un-encrpypted app I'm using aSQLite manager. But it doesn't work with encrypted files.
Some users asked here for a simple SQLite project as an example to make their first steps in SQLite. The already existing examples seem beeing somewhat complicated for beginners. These examples are explained in the B4XSQLiteDatabase Booklet. Attached three small projects: - SQLiteLight1 A...
Some users asked here for a simple SQLite project as an example to make their first steps in SQLite. The already existing examples seem beeing somewhat complicated for beginners. These examples are explained in the B4XSQLiteDatabase Booklet. Attached three small projects: - SQLiteLight1 A...
I create 2 SqliteCipher databases with 2 different software, 1. https://sqlitestudio.pl/ 2. https://sqlitebrowser.org/ I have tables with data in them each I downloaded the lastest libary and event the old one yet it keeps returning this error ** Service (starter) Start ** ** Activity...
I create 2 SqliteCipher databases with 2 different software, 1. https://sqlitestudio.pl/ 2. https://sqlitebrowser.org/ I have tables with data in them each I downloaded the lastest libary and event the old one yet it keeps returning this error ** Service (starter) Start ** ** Activity...
I don't have any problem connecting to the database from my app. I need some database manager app like aSQLiteManager that can work with encrypted database to open it outside my app, run queries, etc.. I found one for desktop SQLiteDatabaseBrowserPortable but they don't have Android version.