This package browser is in early development. Mind the rough edges.

ccrypt 1.11

Command-line utility for encrypting and decrypting 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 block cipher, a version of which is also used in the Advanced Encryption Standard (AES, see http://www.nist.gov/aes). This cipher is believed to provide very strong security.

Installation

Install ccrypt 1.11 as follows:

guix install ccrypt@1.11

Or install the latest version:

guix install ccrypt

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.