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.

2009-12-24 18:13 Back to release list
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.

Project Resources