How to Install and Uninstall ccrypt Package on Kali Linux

Last updated: May 14,2024

1. Install "ccrypt" package

This guide covers the steps necessary to install ccrypt on Kali Linux

$ sudo apt update $ sudo apt install ccrypt

2. Uninstall "ccrypt" package

This tutorial shows how to uninstall ccrypt on Kali Linux:

$ sudo apt remove ccrypt $ sudo apt autoclean && sudo apt autoremove

3. Information about the ccrypt package on Kali Linux

Package: ccrypt
Version: 1.11-2
Installed-Size: 181
Maintainer: Debian Security Tools
Architecture: amd64
Depends: libc6 (>= 2.14), libcrypt1 (>= 1:4.1.0)
Suggests: elpa-ps-ccrypt (>= 1.10-5)
Size: 64364
SHA256: 40fe02130af595edf9281f6456acc1c482547a34931c0260178fd3700da480e2
SHA1: 4b9abba57c4c463cbcd1cb594baaabccc77cb3f4
MD5sum: 0f89f8bfa65b832d3c1a0745eff32b8e
Description: secure encryption and decryption of files and streams
ccrypt is a utility for encrypting and decrypting files and streams. It was
designed as a replacement for the standard unix crypt utility, which is
notorious for using a very weak encryption algorithm. ccrypt is based on the
Rijndael cipher, which is the U.S. government's chosen candidate for the
Advanced Encryption Standard (AES, see http://www.nist.gov/aes). This cipher is
believed to provide very strong security.
Description-md5:
Homepage: http://ccrypt.sourceforge.net/
Tag: interface::commandline, role::program, scope::utility,
security::cryptography
Section: utils
Priority: optional
Filename: pool/main/c/ccrypt/ccrypt_1.11-2_amd64.deb