How to Install and Uninstall libsqlcipher0 Package on Kali Linux

Last updated: May 04,2024

1. Install "libsqlcipher0" package

This tutorial shows how to install libsqlcipher0 on Kali Linux

$ sudo apt update $ sudo apt install libsqlcipher0

2. Uninstall "libsqlcipher0" package

Here is a brief guide to show you how to uninstall libsqlcipher0 on Kali Linux:

$ sudo apt remove libsqlcipher0 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libsqlcipher0 package on Kali Linux

Package: libsqlcipher0
Source: sqlcipher (3.4.1-2)
Version: 3.4.1-2+b1
Installed-Size: 970
Maintainer: Hans-Christoph Steiner
Architecture: amd64
Depends: libc6 (>= 2.33), libssl3 (>= 3.0.0)
Size: 434544
SHA256: 4a28a371230aa268dac7253ea9f2ae26a93f2549b6ffe01e6d48106bed334bad
SHA1: efc5ca04e19ea1629437025145257a2e6fba3383
MD5sum: 4d2ea3f430d4fff02a51fd66e1d7fdc9
Description: SQLCipher shared library
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.
.
SQLCipher v3.4.1 is based on SQLite3 v3.15.2.
Description-md5: 63fba3c9f3243408be04b0608add35b0
Multi-Arch: same
Homepage: http://sqlcipher.net/
Tag: role::shared-lib
Section: libs
Priority: optional
Filename: pool/main/s/sqlcipher/libsqlcipher0_3.4.1-2+b1_amd64.deb