Securing Coredata objects
Posted
by Abraham Durairaj
on Stack Overflow
See other posts from Stack Overflow
or by Abraham Durairaj
Published on 2010-04-12T19:21:44Z
Indexed on
2010/05/09
6:08 UTC
Read the original article
Hit count: 241
I am working on an application which has got some sensitive information. I am aware that it would be difficult for a layman to hack into iphone to get the information. If I use SQLite directly I have something called SQLite Cipher to encrypt / encode the database.
Is there anyway where I can have the same way of encrypting the coredata so it makes it hard for hackers to get into the data.
Can someone shed some light on this?
Thanks in Advance
© Stack Overflow or respective owner