停止空想

老张的空中之家

给sqlite数据库加密的两种方法

作者:admin 发表时间:三月 - 30 - 2009

一个是采用SQLCipher

Need to store sensitive information in your app? SQLCipher extends SQLite enabling transparent encryption and decryption of data using AES. Its source is available on Github.

SQLite is pluggable. Developers can create extensions and chain them into SQLite’s engine. Using this mechanism, SQLCipher embeds itself low enough in the stack to be transparent. As a developer, you simply issue queries as you normally would and all of the crypto is handled transparently.

阅读全文 »

Popularity: 75% [?]

类别:iPhone, sqlite3