Encryptions support #596
-
Hi, I need information regarding database encryption. Looking at SQLite documentation it appears the encryption is part of an extension I see that So what should I do to have the official and latest Thanks so much! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
We cannot bundle SEE because it is not open source. As you observed, my builds of the SQLCipher code are unsupported. If you want an official and supported solution with SQLCipher, you can purchase that from Zetetic. It is compatible with SQLitePCLRaw. As an alternative open source solution, you may also want to consider: https://www.nuget.org/packages/SQLitePCLRaw.bundle_e_sqlite3mc |
Beta Was this translation helpful? Give feedback.
-
Hi, Is there any information about the iOS library used for managing encryption? Does the sql-cipher module uses the “Common Crypto” library of the Security Framework of Apple? If yes, please, could you give an evidence of it? Thanks. |
Beta Was this translation helpful? Give feedback.
-
I don't know if sqlcipher uses Common Crypto on iOS or not. https://github.com/ericsink/SQLitePCL.raw/wiki/Expectation-setting-for-e_sqlcipher |
Beta Was this translation helpful? Give feedback.
We cannot bundle SEE because it is not open source.
As you observed, my builds of the SQLCipher code are unsupported.
If you want an official and supported solution with SQLCipher, you can purchase that from Zetetic. It is compatible with SQLitePCLRaw.
As an alternative open source solution, you may also want to consider:
https://www.nuget.org/packages/SQLitePCLRaw.bundle_e_sqlite3mc