ccat

secure encryption and decryption of files and streams

Install

All systems
curl cmd.cat/ccat.sh
Debian Debian
apt-get install ccrypt
Ubuntu
apt-get install ccrypt
Arch Arch Linux
pacman -S ccrypt
image/svg+xml Kali Linux
apt-get install ccrypt
Fedora
dnf install ccrypt
Windows (WSL2)
sudo apt-get update sudo apt-get install ccrypt
OS X
brew install ccat
Raspbian
apt-get install ccrypt

ccrypt

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.

ccat