How do you decrypt an encrypted SQLite database into memory and access it?
We have an encrypted SQLite database p开发者_StackOverflow社区rovided 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.
精彩评论