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-10-05 08:25 Back to release list
1.1.8

Isso corrige um bug que poderia causar SQLCipher para relatar um erro ao abrir um banco de dados válido quando uma seção específica do cabeçalho criptografado contidas determinados valores. É altamente recomendável que todos os usuários atualizar para a versão mais recente. A versão SQLCipher novo deve ser um substituto para versões anteriores.
Tags: Major
This fixes a bug that could cause SQLCipher to report an error opening a valid database when a specific section of the encrypted header contained certain values. It is strongly recommended that all users upgrade to the latest version. The new SQLCipher version should be a drop-in replacement for previous releases.

Project Resources