Downloadliste

Projektbeschreibung

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.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
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-22 00:32 Zurück zur Release-Liste
1.1.0

Diese Version basiert auf der neuesten Version von SQLite (3.6.21), die viele Verbesserungen und Bugfixes hat basiert. Die SQLCipher Code wurde aufgeräumt, so dass es sauber kompilieren unter gcc-Wall und VS.NET die Verwendung von SQLCipher unter Windows ermöglichen. Diese Version behebt ein Speicherleck, das Page-Cache verursachen würde, die zugeteilt bleiben auch nach dem Pager wurde geschlossen. Diese Version sollte ein direkter Ersatz für frühere Versionen, so dass die Nutzer zu empfehlen sind stark zu aktualisieren.
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