radianttap / Ambar

Powerful, advanced Core Data Stack implementation, in Swift.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can we make it work for encrypted Core Data?

paragdulam opened this issue · comments

Can we integrate encryptedCoreData GitHub library with this?

I have no idea what 'encryptedCoreData' is..?

So imagine a scenario where an app that needs encryption sqlite file that CoreData has to access, can this library be compatible with it?

I have never worked with encrypted sqlite, thus I can't tell. Do let me know if you try it out.

This library is pretty much the NSPersistentContainer, but with two NSPSCs. As such, if it works with system APIs, it should work with this as well.