aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Crypt-HCE_SHA/pkg-descr
diff options
context:
space:
mode:
authorAnton Berezin <tobez@FreeBSD.org>2001-10-10 01:02:07 +0000
committerAnton Berezin <tobez@FreeBSD.org>2001-10-10 01:02:07 +0000
commitbf2ee8507bded64491bf642ad09b47b0ca60ad09 (patch)
tree66fdcba94f802a05e09a04796030594a3356249c /security/p5-Crypt-HCE_SHA/pkg-descr
parenta373cc2a6ef56beb1cd747e22e6a2b2d1303cb17 (diff)
downloadports-bf2ee8507bded64491bf642ad09b47b0ca60ad09.tar.gz
ports-bf2ee8507bded64491bf642ad09b47b0ca60ad09.zip
Add p5-Crypt-HCE_SHA 0.60, perl5 interface to one way hash chaining
block cipher. PR: 31152 Submitted by: Gregory Neil Shapiro <gshapiro@FreeBSD.org>
Notes
Notes: svn path=/head/; revision=48635
Diffstat (limited to 'security/p5-Crypt-HCE_SHA/pkg-descr')
-rw-r--r--security/p5-Crypt-HCE_SHA/pkg-descr16
1 files changed, 16 insertions, 0 deletions
diff --git a/security/p5-Crypt-HCE_SHA/pkg-descr b/security/p5-Crypt-HCE_SHA/pkg-descr
new file mode 100644
index 000000000000..0685e8fb8dd2
--- /dev/null
+++ b/security/p5-Crypt-HCE_SHA/pkg-descr
@@ -0,0 +1,16 @@
+ 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.