04 Apr 2025
1. copy your DataSource from SQLite to SQLCipher
2. add the JDBC Driver
Download and add the following driver:
```plaintext
sqlite-jdbc-3.31.1.jar
```
4. go to the Advanced tab and set the cipher to sqlcipher
5. use the following connection string:
this
jdbc:sqlite:<FULL_FILENAME_WITH_FWD_SLASHES>?cipher=sqlcipher&legacy=4&key=<ENCRYPTION_PASSWORD>