Home > Repositories > base > perl-Crypt-DES_EDE3

perl-Crypt-DES_EDE3: Crypt::DES_EDE3 - Triple-DES EDE encryption/decryption

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.

DES-EDE3 encryption requires a key size of 24 bytes.

You're probably best off not using this module directly, as the encrypt and decrypt methods expect 8-octet blocks.
You might want to use the module in conjunction with Crypt::CBC, for example.
This would be DES-EDE3-CBC, or triple-DES in outer CBC mode.
Name:perl-Crypt-DES_EDE3
Release: 0.03-1mamba
Group:System/Libraries/Perl
Maintainer:silvan
License:Artistic, GPL
Size:24.73 kB
Upstream URL:https://www.cpan.org/
Build time:2024-10-22 09:03:38
Binary packages and requirements
x86_64i586
Built RPMSperl-Crypt-DES_EDE3
perl-Crypt-DES_EDE3
Build requirementsperl-Crypt-DES [1]
perl-devel [1]
perl-devel[>=0:5.36.0] [1]
perl-Crypt-DES [1]
perl-devel [1]
perl-devel[>=0:5.36.0] [1]
History of changes
DatePackagerReleaseDescription
2024-10-22Automatic Build System 0.03-1mamba- automatic version update by autodist
2022-08-20silvan0.01-5mamba- rebuilt
2012-11-13silvan0.01-4mamba- perl 5.16 mass rebuild
2008-11-05silvan0.01-3mamba- automatic rebuild by autodist
2007-08-29stefano0.01-2mamba- fixed package license
- added missing build requirement
2004-05-06silvan0.01-1qilnx- first build