4
Apr
2025

SQLCipher DataGrip

04 Apr 2025
  1. copy your DataSource from SQLite to SQLCipher

  2. add the JDBC Driver Download and add the following driver:

   sqlite-jdbc-3.31.1.jar
  1. go to the Advanced tab and set the cipher to sqlcipher

  2. use the following connection string:

this

jdbc:sqlite:<FULL_FILENAME_WITH_FWD_SLASHES>?cipher=sqlcipher&legacy=4&key=<ENCRYPTION_PASSWORD>