Sqlite encrypted table
Answered
Is it possible to work with an encrypted Sqlite database in DataGrip? I can't see anywhere to specify the encryption password and it just opens as 'not a database'
Please sign in to leave a comment.
You can try the following forked JDBC driver https://github.com/Willena/sqlite-jdbc-crypt
I would be great if you e-mail me vasily.chernov@jetbrains.com sample encrypted database for further investigation.