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.

2009-12-22 00:32 Back to release list
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