# $Id: Portfile,v 1.5 2003/03/03 07:13:33 mij Exp $ PortSystem 1.0 name ccrypt version 1.3 platforms darwin categories security maintainers matt@opendarwin.org homepage http://quasar.mathstat.uottawa.ca/~selinger/ccrypt/ description An utility for encrypting and decrypting files and streams long_description 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, see http://www.nist.gov/aes/). This cipher is \ believed to provide very strong security. \ Unlike unix crypt, the algorithm provided by ccrypt is not symmetric, i.e., \ one must specify whether to encrypt or decrypt. The most common way to invoke \ ccrypt is via the commands ccencrypt and ccdecrypt. There is also a ccat \ command for decrypting a file directly to the terminal, thus reducing the \ likelihood of leaving temporary plaintext files around. In addition, there \ is a compatibility mode for decrypting legacy unix crypt files. master_sites http://quasar.mathstat.uottawa.ca/~selinger/ccrypt/download/ checksums md5 5dc4646f684273e8fa9f152286b54256 build.cmd make check