软件包:libsqlcipher-dev(4.6.1-2) [debports]
SQLCipher development files
SQLCipher is a C library that implements an encryption in the SQLite 3 database engine. Programs that link with the SQLCipher library can have SQL database access without running a separate RDBMS process. It allows one to have per-database or page-by-page encryption using AES-256 from OpenSSL.
SQLCipher has a small footprint and great performance so it’s ideal for protecting embedded application databases and is well suited for mobile development.
* as little as 5-15% overhead for encryption * 100% of data in the database file is encrypted * Uses good security practices (CBC mode, key derivation) * Zero-configuration and application level cryptography * Algorithms provided by the peer reviewed OpenSSL crypto library.
SQLCipher has broad platform support for with C/C , Obj-C, QT, Win32/.NET/Mono, Java, Python, Ruby, Linux, Mac OS X, iPhone/iOS, Android, Xamarin.iOS, and Xamarin.Android.
This package contains the development files (headers, static libraries).
其他与 libsqlcipher-dev 有关的软件包
|
|
|
|
-
- dep: libc6-dev
- GNU C Library: Development Libraries and Header Files
同时作为一个虚包由这些包填实: libc6.1-dev
-
- dep: libsqlcipher1 (= 4.6.1-2)
- SQLCipher shared library
-
- sug: sqlite3-doc
- SQLite 3 文档