Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37038072
en ru br
ALT Linux repos
S:0.01-alt2.1
5.0: 0.01-alt2
4.1: 0.01-alt1
4.0: 0.01-alt1

Group :: Development/Perl
RPM: perl-Crypt-DES_EDE3

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 0.01-alt2.1
Build date: 22 november 2010, 17:53 ( 696.4 weeks ago )
Size: 6289 b

Home page:   http://www.cpan.org

License: Artistic
Summary: Crypt-DES_EDE3 - Triple-DES EDE encryption/decryption
Description:

*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.

Current maintainer: Vitaly Lipatov

List of contributors

List of rpms provided by this srpm:

  • perl-Crypt-DES_EDE3
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin