Hi I would like to encrypt my database(sqlite) file and which encryption method is good for IOS development. Thank's in advance.
问问题
295 次
1 回答
1
you use SQLCipher fencrypt my database(sqlite) file.It's a build of SQLite that provides transparent, page-level encryption of the entire DB. There's a tutorial over on Mobile Orchard for using it in iPhone apps.
于 2013-02-27T07:50:34.433 回答