sqlcipher 4.5.6-1build2 source package in Ubuntu
Changelog
sqlcipher (4.5.6-1build2) noble; urgency=medium * No-change rebuild for CVE-2024-3094 -- William Grant <email address hidden> Mon, 01 Apr 2024 15:51:33 +1100
Upload details
- Uploaded by:
- William Grant
- Uploaded to:
- Noble
- Original maintainer:
- Ubuntu Developers
- Architectures:
- any
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Noble | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
sqlcipher_4.5.6.orig.tar.gz | 18.1 MiB | e4a527e38e67090c1d2dc41df28270d16c15f7ca5210a3e7ec4c4b8fda36e28f |
sqlcipher_4.5.6-1build2.debian.tar.xz | 15.7 KiB | 5ccfdb4199aed3694a5e86f21acd70bcdf12b2bae0be3dcf8ced1d5861fb855f |
sqlcipher_4.5.6-1build2.dsc | 2.2 KiB | 99b884b71b718aeb47e7e44c3e2a6dedb99258fa15e67e9963091172f99bd3fa |
Available diffs
- diff from 4.5.6-1build1 to 4.5.6-1build2 (310 bytes)
Binary packages built by this source
- libsqlcipher-dev: 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)
.
SQLCipher v3.4.1 is based on SQLite3 v3.15.2.
- libsqlcipher1: SQLCipher shared library
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.
.
SQLCipher v3.4.1 is based on SQLite3 v3.15.2.
- libsqlcipher1-dbgsym: debug symbols for libsqlcipher1
- sqlcipher: Command line interface for SQLCipher
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,
Java, Python, Ruby, Linux, Mac OS X, iPhone/iOS, Android, Xamarin.iOS, and
Xamarin.Android.
.
SQLCipher v3.4.1 is based on SQLite3 v3.15.2.
- sqlcipher-dbgsym: debug symbols for sqlcipher