ダウンロードリスト

プロジェクト概要

SQLCipher は SQLite データベースの完全に透過的な暗号化を提供します。SQLCipher は、透明性とオンザフライで暗号化を実行する SQLite データベースの特殊なビルドです。SQLCipher を使用して、アプリケーションは SQL を使用してテーブルを操作する標準の SQLite API を使用します。舞台裏では、ライブラリはサイレント モードでセキュリティ、データ ページ暗号化されように彼らは書き込みし、読み取りをストレージから復号化を確かめるを管理します。SQLCipher は、aes-256 アルゴリズム、擬似乱数生成、PBKDF2 キー派生など、いくつかの暗号化の要件に対して査読 OpenSSL ライブラリに依存します。

システム要件

システム要件が設定されていません
プロジェクトのリリース情報やプロジェクトリソースの情報です。
注: プロジェクトリソースの情報は Freecode.com ページからの引用です。ダウンロードそのものは、OSDNにホスティングされているものではありません。

2010-10-05 08:25
1.1.8

これはSQLCipherは暗号化されたヘッダの特定のセクションでは、特定の値が含まれているときに有効なデータベースを開く際にエラーを報告してしまうバグが修正されます。それは、すべてのユーザーに強く、最新のバージョンにアップグレードすることをお勧めします。新しいSQLCipherバージョンはする必要がありますドロップ以前のリリースに置き換えることができます。
タグ: 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

このバージョンは、SQLiteでは、3.7.2の最新リリースに基づいているため、新しい書き込みログ先行ジャーナルモード(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

このリリースは、SQLite 3.6.23.1に基づいてこのように多くの拡張機能とバグ修正が含まれます。
タグ: 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

このバージョンの修正プログラムは、事前に暗号化されたデータベースの添付ファイルを妨げることになるバグをコピーしたり、2つの間でのデータへの参加の目的のために、既存の暗号化データベースです。
タグ: 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

このバージョンは、SQLiteの(3.6.21)は、多くの改良とバグ修正しての最新のリリースに基づいています。 SQLCipherコードのようにきれいにgccの壁とVS.NET Windows上でSQLCipherの使用を有効にするための下でコンパイルされますがクリーンアップされている。割り当てられたままにこのバージョンでも修正され、メモリリークは、ページのキャッシュを引き起こすことも、後のポケットベルの閉鎖された。このバージョンは、ドロップダウン以前のリリースのための交換のため、ユーザーに強くアップグレードすることをお勧めている必要があります。
タグ: 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.

プロジェクトリソース