How to Install and Uninstall sqlcipher Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 10,2024

1. Install "sqlcipher" package

This guide let you learn how to install sqlcipher on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install sqlcipher

2. Uninstall "sqlcipher" package

In this section, we are going to explain the necessary steps to uninstall sqlcipher on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove sqlcipher $ sudo apt autoclean && sudo apt autoremove

3. Information about the sqlcipher package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: sqlcipher
Priority: optional
Section: universe/database
Installed-Size: 115
Maintainer: Ubuntu Developers
Original-Maintainer: Hans-Christoph Steiner
Architecture: amd64
Version: 3.2.0-1.1
Depends: libc6 (>= 2.14), libreadline6 (>= 6.0), libsqlcipher0 (= 3.2.0-1.1)
Suggests: sqlite3-doc
Filename: pool/universe/s/sqlcipher/sqlcipher_3.2.0-1.1_amd64.deb
Size: 33134
MD5sum: 96f1e8a1af484c61b00a94b4f9a32e56
SHA1: 7bd136b23c220c8f30befd7bc6f67bde9192961b
SHA256: 92d2392f8585c94ce98dbba61e63b153571d98ab7048c374b2955efa5890c5a2
Description-en: 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.2.0 is based on SQLite3 v3.8.6.
Description-md5: 2b757e4fbe57a6cd8421c6bdb8c4ca0b
Multi-Arch: foreign
Homepage: http://sqlcipher.net/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu