aboutsummaryrefslogtreecommitdiffstats
path: root/security/p5-Crypt-HCE_MD5/pkg-descr
diff options
context:
space:
mode:
authoranray <anray@FreeBSD.org>2005-12-19 17:35:13 +0800
committeranray <anray@FreeBSD.org>2005-12-19 17:35:13 +0800
commite787f4856379b58962d85072eb1e638031c3684e (patch)
tree4c0ea49ea82a8c26eba2d039b7274e8ccefe0c1a /security/p5-Crypt-HCE_MD5/pkg-descr
parent24a6429c91fad40dd33bc31eadc3b63bd82c3a9f (diff)
downloadfreebsd-ports-gnome-e787f4856379b58962d85072eb1e638031c3684e.tar.gz
freebsd-ports-gnome-e787f4856379b58962d85072eb1e638031c3684e.tar.zst
freebsd-ports-gnome-e787f4856379b58962d85072eb1e638031c3684e.zip
Added p5-Crypt-HCE_MD5, perl extension implementing one way hash chaining encryption using MD5.
PR: ports/90589 Submitted by: Gabor Kovesdan <gkovesdan@t-hosting.hu> Approved by: sem(mentor)
Diffstat (limited to 'security/p5-Crypt-HCE_MD5/pkg-descr')
-rw-r--r--security/p5-Crypt-HCE_MD5/pkg-descr15
1 files changed, 15 insertions, 0 deletions
diff --git a/security/p5-Crypt-HCE_MD5/pkg-descr b/security/p5-Crypt-HCE_MD5/pkg-descr
new file mode 100644
index 000000000000..6d60d983bfbd
--- /dev/null
+++ b/security/p5-Crypt-HCE_MD5/pkg-descr
@@ -0,0 +1,15 @@
+This module implements a chaining block cipher using a one
+way hash. This method of encryption is the same that is
+used by radius (RFC2138) and is also described in Applied
+Cryptography.
+Two interfaces are provided in the module. The first is
+straight block encryption/decryption the second does base64
+mime encoding/decoding of the encrypted/decrypted blocks.
+The idea is the the two sides have a shared secret that
+supplies one of the keys and a randomly generated block of
+bytes provides the second key. The random key is passed in
+cleartext between the two sides.
+An example client and server are packaged as modules with
+this module. They are used in the tests.
+
+WWW: http://search.cpan.org/dist/Crypt-HECE_MD5