How to create a password protected DB in SQLiteStudio

3.6k views Asked by At

Does anyone know how to create a password protected file in SQLiteStudio 3.1 ? When I try to make a DB with type SQLCypher, trying to follow the steps in the youtube guidance, I allways end up with a file I can connect to, even without a password. Can't find any usefull manual for this.....

1

There are 1 answers

2
Googie On

When you create database, pick SQLCipher plugin, enter password. Newly created database should appear on the list of databases. Now just double click on it and it should open with no issues.

Unless you mean you cannot open it from different application?