Hi, is there a way to encrypt a SqlDelight databas...
# squarelibraries
l
Hi, is there a way to encrypt a SqlDelight database? I'm looking for Android support mainly although I'm also interested in support on Kotlin/Native.
m
https://github.com/sqlcipher/sqlcipher - from what I’ve read, the latest version 4.3.0 allows it to be used with SQLDelight
l
Where did you read that?
m
“See the SQLCipher for Android documentation for more about using SQLCipher for Android with Room, SQLDelight, and other SupportSQLite... clients” https://github.com/commonsguy/cwac-saferoom
j
Sql delight can use anything that implements the AndroidX sqlite abstraction
m
@louiscad curious if you tried out sqlcipher and whether you would recommend it or something else?
l
I didn't yet
🆗 1