tags:

views:

96

answers:

1

Hi all,

We have an encrypted SQLite database provided with our app, and we want to decrypt the file into memory so that we can access the database. How do we go about decrypting and accessing this database?

A: 

It's a database, and the api is provided on iPhone. See http://www.sqlite.org/ for full details.

Paul Lynch
Thanks for the link. I have already implemented all the DB and its complete routines, i am just stuck up with decrypting the file in runtime.
Futur