- describe the flavor in DESCR

- re-format DESCR while here
This commit is contained in:
jasper 2008-04-01 09:59:33 +00:00
parent 0ef375bca4
commit a9e556da7a
2 changed files with 11 additions and 8 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.13 2007/09/15 23:29:58 merdely Exp $
# $OpenBSD: Makefile,v 1.14 2008/04/01 09:59:33 jasper Exp $
COMMENT= encrypt and decrypt AES files and streams
DISTNAME= ccrypt-1.7
PKGNAME= ${DISTNAME}p1
PKGNAME= ${DISTNAME}p2
CATEGORIES= security
HOMEPAGE= http://www.mathstat.dal.ca/~selinger/ccrypt/

View File

@ -1,6 +1,9 @@
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. This cipher is believed
to provide very strong security.
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. This cipher is believed to provide
very strong security.
Flavors:
emacs - emacs-mode for editing encrypted text files