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
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.

2010-08-29 02:51
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).

2010-05-22 18:51
1.1.4

Esta versão é baseada em SQLite 3.6.23.1 e, portanto, contém muitas melhorias e correções.
Tags: Minor
This release is based on SQLite 3.6.23.1 and thus contains many enhancements and bugfixes.

2009-12-24 18:13
1.1.1

Esta versão corrige um bug que impede a penhora de um banco de dados criptografado para uma pré-existente de banco de dados criptografado com a finalidade de juntar a cópia ou dados entre os dois.
Tags: Minor bugfixes
This version fixes a bug that would prevent the attachment of an encrypted database to a pre-existing unencrypted database for the purpose of copying or joining data between the two.

2009-12-22 00:32
1.1.0

Esta versão é baseada na última versão do SQLite (3.6.21), que tem muitas melhorias e correções. O código SQLCipher foi limpo para que ele irá compilar limpa sob gcc-Wall e VS.NET para permitir o uso de SQLCipher no Windows. Esta versão também corrige uma falha de memória cache que faria com que a página de permanecer mesmo depois de atribuir o pager foi fechado. Esta versão deverá ser um substituto para versões anteriores, para que os usuários são altamente recomendável fazer a atualização.
Tags: Major
This version is based on the latest release of SQLite (3.6.21), which has many improvements and bugfixes. The SQLCipher code has been cleaned up so that it will compile cleanly under gcc -Wall and VS.NET to enable the use of SQLCipher on Windows. This version also fixes a memory leak that would cause page cache to remain allocated even after the pager was closed. This version should be a drop-in replacement for previous releases, so users are strongly recommend to upgrade.

Project Resources