How to Install and Uninstall sqlcipher Package on Kali Linux

Last updated: May 20,2024

1. Install "sqlcipher" package

This guide let you learn how to install sqlcipher on Kali Linux

$ sudo apt update $ sudo apt install sqlcipher

2. Uninstall "sqlcipher" package

Please follow the step by step instructions below to uninstall sqlcipher on Kali Linux:

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

3. Information about the sqlcipher package on Kali Linux

Package: sqlcipher
Version: 4.5.6-1
Installed-Size: 1606
Maintainer: Debian QA Group
Architecture: amd64
Depends: libsqlcipher1 (= 4.5.6-1), libc6 (>= 2.34), libreadline8 (>= 6.0), libssl3 (>= 3.0.0), zlib1g (>= 1:1.2.0)
Suggests: sqlite3-doc
Size: 715892
SHA256: 8ed995738fae1728ec3c98754d631130085094b458842f4ff389773989e11929
SHA1: 6209ec80a233830da4aecac14898ccbb55b5cdc1
MD5sum: d0024eba7bf20e7e2a8f624ba5b24bb3
Description: 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:
Multi-Arch: foreign
Homepage: http://sqlcipher.net/
Tag: uitoolkit::ncurses
Section: database
Priority: optional
Filename: pool/main/s/sqlcipher/sqlcipher_4.5.6-1_amd64.deb