Download List

Projeto Descrição

SQLCipher provides fully transparent encryption of SQLite databases. SQLCipher is a specialized build of the SQLite database that performs transparent and on-the-fly encryption. Using SQLCipher, an application uses the standard SQLite API to manipulate tables using SQL. Behind the scenes, the library silently manages security, making sure that data pages are encrypted and decrypted as they are written to and read from storage. SQLCipher relies on the peer-reviewed OpenSSL library for several encryption requirements, including the AES-256 algorithm, pseudo random number generation, and PBKDF2 key derivation.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2010-08-29 02:51 Back to release list
1.1.6

Esta versão é baseada na última versão do SQLite, 3.7.2 e, portanto, contém muitas melhorias e correções de bugs, incluindo suporte experimental para o Write Ahead novo modo journal Log (WAL).
This version is based on the latest release of SQLite, 3.7.2, and thus contains many improvements and bug fixes, including experimental support for the new Write Ahead Log journal mode (WAL).

Project Resources