How To Install Ccrypt On Debian, Ubuntu, Arch, Kali, Fedora, Raspbian And MacOS?
Maintainer: Debian Security Tools
Email: [email protected] .
Website: http://ccrypt.sourceforge.net/
Section: utils
Install ccrypt
-
Debian
apt-get install ccryptClick to copy -
Ubuntu
apt-get install ccryptClick to copy -
Arch Linux
pacman -S ccryptClick to copy -
Kali Linux
apt-get install ccryptClick to copy -
Fedora
dnf install ccryptClick to copy -
Raspbian
apt-get install ccryptClick to copy -
macOS
brew install ccryptClick to copy
ccrypt
secure encryption and decryption of files and streamsccrypt 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.
Installing ccrypt command is simple. just copy one of the above commands for your operating system and paste it into terminal. This command is available for Debian, Ubuntu, Arch, Kali, Fedora, Raspbian and macOS operating systems. Once you run the command it will install the latest version of ccrypt 2026 package in your OS.




