Download List

Descripción del Proyecto

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

Esto corrige un error que podría causar SQLCipher para informar de un error al abrir una base de datos válido cuando una sección específica de la cabecera de cifrado que figuran ciertos valores. Se recomienda encarecidamente que todos los usuarios actualizar a la versión más reciente. La nueva versión SQLCipher debe ser una gota en el reemplazo de versiones 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 versión se basa en la última versión de SQLite, 3.7.2, y por lo tanto contiene muchas mejoras y correcciones de errores, incluyendo el soporte experimental para el nuevo modo de escribir diario por delante de registros (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 versión está basada en SQLite 3.6.23.1 y por lo tanto contiene muchas mejoras y correcciones de errores.
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 versión corrige un error que impediría la unión de una base de datos cifrada para una pre-base de datos sin cifrar existentes con el fin de la copia o la combinación de datos entre los dos.
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 versión se basa en la última versión de SQLite (3.6.21), que tiene muchas mejoras y correcciones de errores. El código SQLCipher ha sido limpiado de manera que se compilar limpiamente en gcc-Wall y VS.NET para permitir el uso de SQLCipher en Windows. Esta versión también corrige una pérdida de memoria que podría causar a la caché de la página siguen asignados incluso después de cerrado el localizador. Esta versión debe ser una gota-en reemplazo de las versiones anteriores, para que los usuarios se recomienda encarecidamente actualizar.
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