Home > Repository > 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.
Nome:perl-Crypt-DES_EDE3
Versione: 0.03-1mamba
Gruppo:System/Libraries/Perl
Manutentore:silvan
Licenza:Artistic, GPL
Dimensione:24.73 kB
URL di origine:https://www.cpan.org/
Data di compilazione:2024-10-22 09:03:38
Pacchetti binari e dipendenze
x86_64i586
RPM creatiperl-Crypt-DES_EDE3
perl-Crypt-DES_EDE3
Dipendenze di compilazioneperl-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]
Cronologia delle modifiche
DataPackagerVersioneDescrizione
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