Encrypting the DB

Hello @bluefish

You will likely want to provide a password to your DBHelper class instance which can be an empty string when the database is in plain text. Once you have encrypted the database, you can replace your reference to the DBHelper instance to a new instance where you have provided a valid password to open the encrypted database.