I am using a Pre-Populated SQLite Database with Core Data.
My problem is that i want to encrypt sqlite database file generated by Core Data. I cannot encrypt data because there are lots of queries involved in project. So, only i want to encrypt file.
I have already gone through lots of forum, source code, libraries but couldn't figure out much.
I have already used libraries provided by this iphone blog as well but that libraries are buggy.
If you have some core solution then please help.
Thanks, Tariq