How to Install and Uninstall libsqlcipher1 Package on Kali Linux

Last updated: November 23,2024

1. Install "libsqlcipher1" package

Please follow the step by step instructions below to install libsqlcipher1 on Kali Linux

$ sudo apt update $ sudo apt install libsqlcipher1

2. Uninstall "libsqlcipher1" package

Please follow the instructions below to uninstall libsqlcipher1 on Kali Linux:

$ sudo apt remove libsqlcipher1 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libsqlcipher1 package on Kali Linux

Package: libsqlcipher1
Source: sqlcipher
Version: 4.5.6-1
Installed-Size: 1302
Maintainer: Debian QA Group
Architecture: amd64
Depends: libc6 (>= 2.34), libssl3 (>= 3.0.0)
Size: 574540
SHA256: 75ebcf7e7227eac3f36a70b71d563654b6a75af09ea7b143f861ae5bbd150edc
SHA1: 5e6c1631738ee313f2ae0248b68b84926e334a9e
MD5sum: 03530939d1338558dc6d915b172948ea
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:
Multi-Arch: same
Homepage: http://sqlcipher.net/
Section: libs
Priority: optional
Filename: pool/main/s/sqlcipher/libsqlcipher1_4.5.6-1_amd64.deb

5. The same packages on other Linux Distributions