How to Install and Uninstall libsqlcipher-dev Package on Kali Linux

Last updated: May 11,2024

1. Install "libsqlcipher-dev" package

In this section, we are going to explain the necessary steps to install libsqlcipher-dev on Kali Linux

$ sudo apt update $ sudo apt install libsqlcipher-dev

2. Uninstall "libsqlcipher-dev" package

Please follow the steps below to uninstall libsqlcipher-dev on Kali Linux:

$ sudo apt remove libsqlcipher-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libsqlcipher-dev package on Kali Linux

Package: libsqlcipher-dev
Source: sqlcipher
Version: 4.5.6-1
Installed-Size: 2401
Maintainer: Debian QA Group
Architecture: amd64
Depends: libc6-dev, libsqlcipher1 (= 4.5.6-1)
Suggests: sqlite3-doc
Size: 746884
SHA256: 9bc7f037595efb4a4bd6efdb1a728f5e780e89d5bfbd70a511ce97251505df5a
SHA1: b5dae47cbe6acf1d5402c95e797bd1a8994a481a
MD5sum: 8119b42075b59b5caa20538aa2715a8e
Description: 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.
Description-md5:
Multi-Arch: same
Homepage: http://sqlcipher.net/
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/s/sqlcipher/libsqlcipher-dev_4.5.6-1_amd64.deb