diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2012-01-08 07:01:25 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2012-01-08 07:01:25 +0000 |
commit | c5d811a37d56d8b50097c8e3ae91f58980ee7ed9 (patch) | |
tree | 5810e1ce97ce2cdafc8ab85ef5ee1efef73f5b58 /security/p5-Crypt-HCE_MD5 | |
parent | a03386997b05123634c4a845036ff9a7340f2c38 (diff) | |
download | ports-c5d811a37d56d8b50097c8e3ae91f58980ee7ed9.tar.gz ports-c5d811a37d56d8b50097c8e3ae91f58980ee7ed9.zip |
Notes
Diffstat (limited to 'security/p5-Crypt-HCE_MD5')
-rw-r--r-- | security/p5-Crypt-HCE_MD5/pkg-descr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/p5-Crypt-HCE_MD5/pkg-descr b/security/p5-Crypt-HCE_MD5/pkg-descr index ec98f2200879..828023fdb1fc 100644 --- a/security/p5-Crypt-HCE_MD5/pkg-descr +++ b/security/p5-Crypt-HCE_MD5/pkg-descr @@ -5,7 +5,7 @@ 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 +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. |