Index of /ports_security/p5-Crypt-DES_EDE3

Icon  Name                    Last modified      Size  
[DIR] Parent Directory - [   ] Makefile 28-Apr-2008 18:15 628 [   ] distinfo 28-May-2011 14:11 144 [TXT] pkg-descr 14-Mar-2002 18:00 394 [   ] pkg-plist 22-Jan-2006 05:50 175
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,
and performing the encryption/decryption steps