Hello :smiley: Is there any library which support ...
# multiplatform
y
Hello 😃 Is there any library which support encryption and decrypt for Database and File in Kotlin multiplatform Android and iOS No matter it is Android or iOS frameworks or SDK or OEM by default they should support and provide basic API which will do file and db encryption and decryption out of box.
j
Database encryption is generally specific to the database you're using. SQLCipher adds encryption to SQLite, which can be used in KMP with SQLDelight. Couchbase Lite also includes encryption, which you can use in KMP with my library, Kotbase.
👍 1