Categories
ccrypt
'ccrypt' is a utility for encrypting and decrypting files and streams. It was designed to replace 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). This cipher is believed to provide very strong security.
Unlike unix crypt, the algorithm provided by ccrypt is not symmetric (one must specify whether to encrypt or decrypt). Encryption and decryption depend on a user-supplied keyword (key phrase). Keywords can be any number of characters; all characters are significant (although ccrypt internally hashes the key to 256 bits). Longer keywords provide better security, since they are less likely to be discovered by exhaustive search.
Last updated 30 Mar, 2004
Versions
1.7
1.7 stable released 2004-03-30
- Released: 30 Mar, 2004
- Code Maturity: Stable
- Source Archive: http://ccrypt.sourceforge.net/download/ccrypt-1...
- Licenses: GPLv2orlater
- Interfaces: Command Line
