> On Jan 20, 2015, at 10:32 AM, [email protected] wrote: > > What are the "small modifications to CBL" that you know need to be done? Has > anyone started work on them?
In the iOS implementation you can find the changes in the feature/encryption <https://github.com/couchbase/couchbase-lite-ios/tree/feature/encryption> branch. The SQL changes are pretty simple; they’re in commit a8e98bf6. It took more work to implement encryption of attachments, because those are stored as individual files outside the database, which need to be individually encrypted/decrypted using AES-256. —Jens -- You received this message because you are subscribed to the Google Groups "Couchbase Mobile" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/mobile-couchbase/98BEDEF7-8A5B-40B1-8731-86D39F81B5F8%40mooseyard.com. For more options, visit https://groups.google.com/d/optout.
