I would like to know, how much amount of data can be stored inside the iOS key-chain?
When refer online, i can see the urls which talks about storing username and password. not storing the db inside.
Please let me know, can we store db inside the keychain?
how to store the db more securely.
Help me up
No, it’s not intended as a general-purpose secure datastore.
From the iOS App Programming Guide (emphasis mine):
What you probably could do is store the data in more conventional places, and secure the decryption key in the keychain.