diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2001-03-23 05:16:45 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2001-03-23 05:16:45 +0000 |
commit | 201fdac8c92582e1a225370a002827da3cae3aea (patch) | |
tree | 04ee4d61c1be434a139e1396e9e816ad8eef1a26 /security/mcrypt/pkg-descr | |
parent | o New port of rp-pppoe: The popular Roaring Penguin's PPPoE software (diff) |
new port of mcrypt 2.5.5, a replacement for crypt(1)
Obtained from: OpenBSD
Notes
Notes:
svn path=/head/; revision=40246
Diffstat (limited to 'security/mcrypt/pkg-descr')
-rw-r--r-- | security/mcrypt/pkg-descr | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/security/mcrypt/pkg-descr b/security/mcrypt/pkg-descr new file mode 100644 index 000000000000..4644d7d2d5e1 --- /dev/null +++ b/security/mcrypt/pkg-descr @@ -0,0 +1,5 @@ +This program is intended to replace crypt(1), It supports all the +algorithms and modes in libmcrypt (BLOWFISH, TWOFISH, DES, TripleDES, +3-WAY, SAFER, LOKI97, GOST, RC2, RC6, MARS, IDEA, RIJNDAEL, SERPENT, +CAST, ARCFOUR and WAKE), and is compatibile with UNIX crypt(1) and +with des(1) from Solaris. |