summaryrefslogtreecommitdiff
path: root/security/p5-Crypt-DES_EDE3/DESCR
diff options
context:
space:
mode:
authorjmmv <jmmv>2003-05-06 17:40:18 +0000
committerjmmv <jmmv>2003-05-06 17:40:18 +0000
commit5a79423b6feb188f48299ebbaf981575b33d3f48 (patch)
tree37ae7d212f46ef8018a7bd8c13edba7da1a47ed9 /security/p5-Crypt-DES_EDE3/DESCR
parentf58f4f25565243e0fcd6ee359261be2e3cfc7286 (diff)
downloadpkgsrc-5a79423b6feb188f48299ebbaf981575b33d3f48.tar.gz
Drop trailing whitespace. Ok'ed by wiz.
Diffstat (limited to 'security/p5-Crypt-DES_EDE3/DESCR')
-rw-r--r--security/p5-Crypt-DES_EDE3/DESCR8
1 files changed, 4 insertions, 4 deletions
diff --git a/security/p5-Crypt-DES_EDE3/DESCR b/security/p5-Crypt-DES_EDE3/DESCR
index fa9809a6815..154cdc34fd9 100644
--- a/security/p5-Crypt-DES_EDE3/DESCR
+++ b/security/p5-Crypt-DES_EDE3/DESCR
@@ -1,8 +1,8 @@
-Crypt::DES_EDE3 implements DES-EDE3 encryption. This is triple-DES
-encryption where an encrypt operation is encrypt-decrypt-encrypt, and
-decrypt is decrypt-encrypt-decrypt. This implementation uses Crypt::DES
+Crypt::DES_EDE3 implements DES-EDE3 encryption. This is triple-DES
+encryption where an encrypt operation is encrypt-decrypt-encrypt, and
+decrypt is decrypt-encrypt-decrypt. This implementation uses Crypt::DES
to do its dirty DES work, and simply provides a wrapper around that
-module: setting up the individual DES ciphers, initializing the keys,
+module: setting up the individual DES ciphers, initializing the keys,
and performing the encryption/decryption steps.
DES-EDE3 encryption requires a key size of 24 bytes.