aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Crypt-HCE_SHA
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2016-05-19 10:53:05 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2016-05-19 10:53:05 +0000
commit1f8b48b772b2d0ac0ed48a8259d2117ea3236a90 (patch)
tree06f11bc7b351f3abf3bf5507405afdba5374614e /security/p5-Crypt-HCE_SHA
parent4e942b64191e2ef98dce2c5af31047a8640db768 (diff)
downloadports-1f8b48b772b2d0ac0ed48a8259d2117ea3236a90.tar.gz
ports-1f8b48b772b2d0ac0ed48a8259d2117ea3236a90.zip
Notes
Diffstat (limited to 'security/p5-Crypt-HCE_SHA')
-rw-r--r--security/p5-Crypt-HCE_SHA/pkg-descr6
1 files changed, 3 insertions, 3 deletions
diff --git a/security/p5-Crypt-HCE_SHA/pkg-descr b/security/p5-Crypt-HCE_SHA/pkg-descr
index 17d4e2486c69..83f4b60cb27a 100644
--- a/security/p5-Crypt-HCE_SHA/pkg-descr
+++ b/security/p5-Crypt-HCE_SHA/pkg-descr
@@ -2,15 +2,15 @@
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 that 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.