Download Link!
https://sqlitebrowser.org/
After installing the DB Browser, you will get icon like this.Now we can clearly see that the created DB is not password protected or encrypted. This is a real problem. Now we will follow the below steps to make the DB password protected too the above created new database.
So, whenever we install the SQLite Browser. We will get two different types of application get installed.
To get this you will need to open the location by right clicking on the short icon "DB Browser (SQLite)", when this the location will open, we will get the two icons for DB Browser one having named in bracket as SQLCipher and second one is SQLLite. So here we will use "DB Browser (SQLCipher)".
Step 1:
Click on DB Browser (SQLCipher) and open the already created SQLite database or create a new databse.
Step 2:
Now when you open the database it will not ask for the password. and if you try to open the database in notepad it will show the detail of the database. To avoid this and make the SQLite database password protected click on "Tools" from main menu and select option "Set Encryption".
Step 3:
Ones you click on "Set Encryption" below window will open.
Here we are getting 3 encryption options. As per available detail on internet the best one for SQLite DB "SQLChipher 4 is the latest and good one. You can go as per your choice.
Step 4:
In this step you need to add the password field value and the confirm password field value and click on ok to set the password.
Step 5:
Ones you completed step 3 by clicking on Ok. System will pop up for asking the password. you must provide the added password to unlock the database.
Ones you click on "Ok" button by providing the correct password. Your database base will open.