Download List

프로젝트 설명

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.

2010-10-05 08:25
1.1.8

이것은 SQLCipher 사람이 암호화된 헤더의 특정 부분이 특정 값을 포함하면 유효한 데이터베이스를 여는 중 오류를보고하는 원인이 수있는 버그가 수정되었습니다. 그것은 강력하게 모든 사용자가 최신 버전으로 업그레이 드하는 것이 좋습니다. 새로운 SQLCipher 버전이어야 드롭 이전 릴리스에 대한 대체 인치
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.

2010-08-29 02:51
1.1.6

이 버전은 SQLite는, 3.7.2의 최신 릴리스를 기반으로하므로, 새로운 쓰기 앞을 로그 저널 모드 (월)에 대한 실험을 지원하는 등 많은 개선 및 버그 수정이 포함되어 있습니다.
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에 기반하므로 많은 개선 및 버그수정이 포함되어 있습니다.
Tags: 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

이 버전의 수정 프로그램은 사전에 암호화된 데이터베이스의 첨부 파일을 막을 버그 복사하거나 둘 사이에 데이터를 가입하기위한 목적으로 기존의 암호화되지 않은 데이터베이스.
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.

2009-12-22 00:32
1.1.0

이 버전은 SQLite는 (3.6.21), 많은 개선 및 버그수정이의 최신 릴리스를 기반으로합니다. SQLCipher 코드가 너무 그 깔끔하게 gcc가 - Wall 및 VS.NET 윈도우 SQLCipher의 사용을 활성화하려면 아래에 컴파일을 청소하고있다. 남아 할당이 버전은 메모리 누수 수정 해당 페이지의 캐시가 발생할 것이라고 후에도 호출기를 마감했다. 이 버전의 드롭 이전 릴리스에 대한 교체, 그래서 사용자는 업그레이 드를 권장한다.
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