ccrypt
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.
- Versions: 1.11
- Website: https://ccrypt.sourceforge.net
- Licenses: GPL 2
- Package source: gnu/packages/crypto.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of ccrypt
as follows:
guix install ccrypt
Or install a particular version:
guix install ccrypt@1.11
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.
Badge code
You can use the following badge to inform users of ccrypt about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/ccrypt'><img src='https://packages.guix.gnu.org/packages/ccrypt/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/ccrypt)
Example Org:
[[https://packages.guix.gnu.org/packages/ccrypt][https://packages.guix.gnu.org/packages/ccrypt/badges/latest-version.svg]]