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?
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?
It's a database, and the api is provided on iPhone. See http://www.sqlite.org/ for full details.