---
name: ccrypt
version: 1.10
origin: security/ccrypt
comment: Command-line utility for encrypting and decrypting files and streams
arch: freebsd:9:x86:64
www: http://ccrypt.sourceforge.net/
maintainer: dev2@heesakkers.info
prefix: /usr/local
licenselogic: single
flatsize: 270720
desc: |
  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, 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.

  Encryption and decryption depends on a keyword (or key phrase) supplied by
  the user. By default, the user is prompted to enter a keyword from the
  terminal. Keywords can consist of any number of characters, and all characters
  are significant (although ccrypt internally hashes the key to 256 bits).
  Longer keywords provide better security than short ones, since they are less
  likely to be discovered by exhaustive search.

  WWW: http://ccrypt.sourceforge.net/
deps:
  gettext: {origin: devel/gettext, version: 0.18.1.1_1}
  libiconv: {origin: converters/libiconv, version: 1.14_1}
categories: [security]
files:
  /usr/local/bin/ccat: '-'
  /usr/local/bin/ccdecrypt: '-'
  /usr/local/bin/ccencrypt: '-'
  /usr/local/bin/ccguess: eef50fc64483b92c541ff788c33ff82bbc2b6000b67f7a0fd6939c35e3a02212
  /usr/local/bin/ccrypt: d50d1cee141749be74cb519b93e8a0efce0e6c2841e38d06b2a205d4c5107b24
  /usr/local/man/man1/ccat.1.gz: '-'
  /usr/local/man/man1/ccdecrypt.1.gz: '-'
  /usr/local/man/man1/ccencrypt.1.gz: '-'
  /usr/local/man/man1/ccguess.1.gz: 33f844523c0f2e4089b2a16c72cb492722bda4515850b21051a8657991023744
  /usr/local/man/man1/ccrypt.1.gz: c09e960ff53044668ed5a74dcb5f20cc142e634753704acf5220dd2e02a5e61b
  /usr/local/share/doc/ccrypt/README: 187f7b767bb4e32cb602701647c7443efed44d82d5ce0a1124f8f25403e05bed
  /usr/local/share/doc/ccrypt/ccrypt.html: 65c6f4ca20876a962b6c23ab23434ab5b514d94568cd9b525144d5b72017e677
  /usr/local/share/doc/ccrypt/cypfaq01.txt: 3cb456a192f1c4605fe533bee6be441cd618aae0c0891b7c1ca4cbbce90f2652
  /usr/local/share/locale/de/LC_MESSAGES/ccrypt.mo: 00305078e48b56475bdc3524f26ee21a2a83c1aa69f26b263e0e5168767d5784
  /usr/local/share/locale/fr/LC_MESSAGES/ccrypt.mo: 0d6ad908aca2383ea33acf9ba71606d584fe99601292d497a949ebfaf2951fed
directories:
  /usr/local/share/doc/ccrypt/: n
scripts: {}
