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.

2010-10-05 08:25 Zurück zur Release-Liste
1.1.8

Dies behebt einen Bug, der dazu führen SQLCipher auf ein Fehler beim Öffnen einer gültigen Datenbank, wenn ein bestimmter Abschnitt der verschlüsselte Header bestimmte Werte enthalten Bericht könnte. Es wird dringend empfohlen, dass alle Benutzer die neueste Version aktualisieren. Die neue Version SQLCipher sollte ein direkter Ersatz für frühere Versionen.
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