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.....
Asked
Active
Viewed 3,431 times
1 Answers
2
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?

Googie
- 5,742
- 2
- 19
- 31
-
Ok, seems easy enough. Thanks – mvdn Dec 20 '16 at 17:59
-
yes. actually I just want to create a password for my database and save it as a `.db` file so I can fill it in `DB Browser for sqlite`. – Taba Jun 03 '20 at 14:20