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-24 18:13 Zurück zur Release-Liste
1.1.1

Diese Version behebt einen Bug, der die Anlage einer verschlüsselten Datenbank auf einen vor verhindern würden bestehende unverschlüsselt Datenbank für die Zwecke der Vervielfältigung oder Verbinden von Daten zwischen den beiden.
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