aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Crypt-HCE_MD5
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_MD5
parent4e942b64191e2ef98dce2c5af31047a8640db768 (diff)
downloadports-1f8b48b772b2d0ac0ed48a8259d2117ea3236a90.tar.gz
ports-1f8b48b772b2d0ac0ed48a8259d2117ea3236a90.zip
- Fix trailing whitespace in pkg-descrs, categories [p-x]*
Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=415500
Diffstat (limited to 'security/p5-Crypt-HCE_MD5')
-rw-r--r--security/p5-Crypt-HCE_MD5/pkg-descr6
1 files changed, 3 insertions, 3 deletions
diff --git a/security/p5-Crypt-HCE_MD5/pkg-descr b/security/p5-Crypt-HCE_MD5/pkg-descr
index 828023fdb1fc..d61fd7041bc8 100644
--- a/security/p5-Crypt-HCE_MD5/pkg-descr
+++ b/security/p5-Crypt-HCE_MD5/pkg-descr
@@ -1,14 +1,14 @@
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.
+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.
+mime encoding/decoding of the encrypted/decrypted blocks.
The idea is 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.
+cleartext between the two sides.
An example client and server are packaged as modules with
this module. They are used in the tests.