can we use CoreData to manage offline data when we use SqlCipher to store data in iOS or we should directly use Sql queries to manage data?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It does not appear that there is any supported way to use SqlCipher and SQLite backed CoreData together.
It should be noted though, that current iOS devices have all of their flash storage encrypted by default. This would provide security from offline attacks and adding a PIN to your iOS device would protect against live attacks. Is there some specific reason you need to use SqlCipher that is not covered by whole-disk encryption?