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