How to Install and Uninstall sqlcipher Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 10,2024

1. Install "sqlcipher" package

This guide covers the steps necessary to install sqlcipher on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install sqlcipher

2. Uninstall "sqlcipher" package

Please follow the instructions below to uninstall sqlcipher on Ubuntu 21.10 (Impish Indri):

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

3. Information about the sqlcipher package on Ubuntu 21.10 (Impish Indri)

Package: sqlcipher
Architecture: amd64
Version: 3.4.1-2
Multi-Arch: foreign
Priority: optional
Section: universe/database
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Hans-Christoph Steiner
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 113
Depends: libc6 (>= 2.14), libreadline8 (>= 6.0), libsqlcipher0 (= 3.4.1-2)
Suggests: sqlite3-doc
Filename: pool/universe/s/sqlcipher/sqlcipher_3.4.1-2_amd64.deb
Size: 40596
MD5sum: ba101965d9a83b278c46f601f1a89eaa
SHA1: 325616489718be19c0f892556ebcc5a25c3e38af
SHA256: 81175939cce3de77e08a89b3f8e4a8fcb88f9ead6795e773c6d3015398669907
SHA512: 7515f1de76a1a8e019d0fbd1e8a35e3dec811080e7063fe7662907ac91df558d9d04048e4a2942cc29456c6ce38a7cce9eb66933bf9a2d96fb295c760fc1768c
Homepage: http://sqlcipher.net/
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.4.1 is based on SQLite3 v3.15.2.
Description-md5: df5d6eb95e55a0edac15563747fa0cd0