-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question: Anyway to open encrypted DB with DB Browser SQLite (SQLCipher)? #43
Comments
I'm pretty sure this question doesn't belong here and there's already an issue (sqlitebrowser/sqlitebrowser#1646) being tracked there regarding this. |
Currently DB Browser for SQLite supports only SQLCipher encryption. The DB Browser issue mentioned by @m4heshd is a long-standing one - no idea if and when additional encryption options will be added. If you are looking for a database management tool with which you can administrate sqleet encrypted databases you may consider to use SQLiteStudio. |
Doesn't work for me. |
SQLiteStudio offers to enter optional cipher configuration parameters on adding a database. Try to add the following command as the cipher configuration: PRAGMA legacy=1; That should do the trick. |
Is there anyway to open SQLeet encrypted DB with "DB Browser SQLite (SQLCipher)" (https://sqlitebrowser.org/) directly?
The text was updated successfully, but these errors were encountered: