ccrypt - Encryption utility
'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.
- Version :
- 1.1 stable released 2001-11-28
- GNU :
- This is not a GNU package.
- Source languages :
- C
- Maintainer :
- Peter Selinger <selinger@users.sourceforge.net>
- Developers :
- Peter Selinger <selinger@users.sourceforge.net>
- Source tarball :
- http://ccrypt.sourceforge.net/doenload/ccrypt-1.1.tar.gz
- Redhat packages (rpm) :
- http://quasar.mathstat.uottawa.ca/~selinger/ccrypt/download/ccrypt-1.1-1.i386.rpm
- Web page :
- http://ccrypt.sourceforge.net/
- User's help mailing list :
- selinger@users.sourceforge.net
- Development discussion mailing list :
- selinger@users.sourceforge.net
- Bug report mailing list :
- selinger@users.sourceforge.net
- Interface :
- Command line
- License :
- GPL
- License verified by :
- Janet Casey <jcasey@gnu.org>
- License verified on :
- 2001-11-28
- Record last updated :
- 2001-12-13
Please report problems in this page to
bug-directory@gnu.org, or find out how you can
help fix them.
Copyright (C) Free Software Foundation, Inc.
Permission is granted to copy, distribute and/or modify this document under
the terms of the GNU Free Documentation License, Version 1.1 or any later
version published by the Free Software Foundation; with no Invariant
Sections, with no Front-Cover Texts, and with no Back-Cover Texts. A copy of
the license is included in the section entitled "GNU Free Documentation License."