How to Install and Uninstall sqlcipher Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 12,2024

1. Install "sqlcipher" package

Here is a brief guide to show you how to install sqlcipher on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install sqlcipher

2. Uninstall "sqlcipher" package

Learn how to uninstall sqlcipher on Ubuntu 20.10 (Groovy Gorilla):

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

3. Information about the sqlcipher package on Ubuntu 20.10 (Groovy Gorilla)

Package: sqlcipher
Architecture: amd64
Version: 3.4.1-1build2
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: 109
Depends: libc6 (>= 2.14), libreadline8 (>= 6.0), libsqlcipher0 (= 3.4.1-1build2)
Suggests: sqlite3-doc
Filename: pool/universe/s/sqlcipher/sqlcipher_3.4.1-1build2_amd64.deb
Size: 40640
MD5sum: fd67a0ac8212b9cbf1d0feda5eaa7bb4
SHA1: bfb995a1310ab0768f7b063c20171aaa33e850b3
SHA256: ae0401ea4862256c13a207b6e623f8e050ba02061e3e14ed3406d2a6747cc5e6
SHA512: 91c0cb8b282ce0b9b66758de327ded279c602c29c53a32c4cd7c1964452d38a3158e95bacd1b3cfb160471d6dea49e9ba87374d604759e31fecf1ca91e97d344
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