sqlcipher 3.4.1-3 source package in Ubuntu

Changelog

sqlcipher (3.4.1-3) unstable; urgency=medium

  * QA Upload.

  [ Micah Anderson ]
  * Remove myself from debian/control Uploaders

  [ Debian Janitor ]
  * Trim trailing whitespace.
  * Re-export upstream signing key without extra signatures.
  * Apply multi-arch hints. + libsqlcipher-dev: Add Multi-Arch: same.

  [ Petter Reinholdtsen ]
  * Switched d/watch to a working version 4 edition.
  * Changed maintainer to QA group, removing inactive Hans-Christoph
    Steiner (see #961598).
  * Adjusted build dependency on libreadline-dev to allow
    libeditreadline-dev as an alternative.
  * Removed bogus and redundant Homepage from d/upstream/metadata.
    Thanks Lintian.
  * Removed duplicate entry for src/crypto_impl.c from d/copyright.
    Thanks Lintian.
  * Adjusted d/rules to remove sqlite3session.h and config.log during
    clean to make source rebuildable (Closes: #1048335).

 -- Petter Reinholdtsen <email address hidden>  Wed, 08 Nov 2023 08:26:28 +0100

Upload details

Uploaded by:
Debian QA Group
Uploaded to:
Sid
Original maintainer:
Debian QA Group
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
sqlcipher_3.4.1-3.dsc 2.1 KiB a7cdf2eb15a0679193c02a25aaa7e67a71069ec36573893ebad0b1f3edc5003d
sqlcipher_3.4.1.orig.tar.gz 13.2 MiB 4172cc6e5a79d36e178d36bd5cc467a938e08368952659bcd95eccbaf0fa4ad4
sqlcipher_3.4.1-3.debian.tar.xz 13.7 KiB 6f4379001c0f84c46870b52814b3e097729239f02fc865dcb07b23612392bc03

No changes file available.

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.

libsqlcipher0: No summary available for libsqlcipher0 in ubuntu noble.

No description available for libsqlcipher0 in ubuntu noble.

libsqlcipher0-dbgsym: No summary available for libsqlcipher0-dbgsym in ubuntu noble.

No description available for libsqlcipher0-dbgsym in ubuntu noble.

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