I am new to iPhone programming,need some Help,
I am using SQLITE Database In my App,
My question is,
When user insert the text in Database it’s add as password protected like,
If Text = Hello, In SQLITE Database that field is stored as XXXXX,
& when retrieve that data from database it can be show as Text,”Hello“.
Is that Possible?
Implement an encryption algorithm, encrypt your passwd and then save it in to the db.
Edit:
Take a look to this blog post How to encrypt/decrypt using AES 256