Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: perl-Crypt-CBC | Distribution: Mageia |
Version: 3.40.0 | Vendor: Mageia.Org |
Release: 2.mga9 | Build date: Mon Mar 21 16:17:21 2022 |
Group: Development/Perl | Build host: localhost |
Size: 87424 | Source RPM: perl-Crypt-CBC-3.40.0-2.mga9.src.rpm |
Packager: umeabot <umeabot> | |
Url: https://metacpan.org/release/Crypt-CBC | |
Summary: Encrypt Data with Cipher Block Chaining Mode |
This module is a Perl-only implementation of the cryptographic cipher block chaining mode (CBC). In combination with a block cipher such as DES or IDEA, you can encrypt and decrypt messages of arbitrarily long length. The encrypted messages are compatible with the encryption format used by SSLeay, and can be made compatible with the newer OpenSSL package by specifying the -salt argument. To use this module, you will first create a Crypt::CBC cipher object with new(). At the time of cipher creation, you specify an encryption key to use and, optionally, a block encryption algorithm. You will then call the start() method to initialize the encryption or decryption process, crypt() to encrypt or decrypt one or more blocks of data, and lastly finish(), to pad and encrypt the final block. For your convenience, you can call the encrypt() and decrypt() methods to operate on a whole data value at once.
GPL+ or Artistic
* Mon Mar 21 2022 umeabot <umeabot> 3.40.0-2.mga9 + Revision: 1814540 - Mageia 9 Mass Rebuild * Thu May 20 2021 tv <tv> 3.40.0-1.mga9 + Revision: 1725833 - update to 3.04 * Tue Apr 20 2021 tv <tv> 3.30.0-1.mga9 + Revision: 1717378 - update to 3.03 * Tue Apr 13 2021 tv <tv> 3.20.0-1.mga9 + Revision: 1715672 - update to 3.02 * Fri Feb 26 2021 tv <tv> 3.10.0-1.mga9 + Revision: 1692130 - update to 3.01
/usr/share/doc/perl-Crypt-CBC /usr/share/doc/perl-Crypt-CBC/Changes /usr/share/doc/perl-Crypt-CBC/META.json /usr/share/doc/perl-Crypt-CBC/META.yml /usr/share/doc/perl-Crypt-CBC/MYMETA.yml /usr/share/doc/perl-Crypt-CBC/README /usr/share/doc/perl-Crypt-CBC/eg /usr/share/doc/perl-Crypt-CBC/eg/aes.pl /usr/share/doc/perl-Crypt-CBC/eg/des.pl /usr/share/doc/perl-Crypt-CBC/eg/idea.pl /usr/share/man/man3/Crypt::CBC.3pm.xz /usr/share/perl5/vendor_perl/Crypt /usr/share/perl5/vendor_perl/Crypt/CBC /usr/share/perl5/vendor_perl/Crypt/CBC.pm /usr/share/perl5/vendor_perl/Crypt/CBC/PBKDF /usr/share/perl5/vendor_perl/Crypt/CBC/PBKDF.pm /usr/share/perl5/vendor_perl/Crypt/CBC/PBKDF/none.pm /usr/share/perl5/vendor_perl/Crypt/CBC/PBKDF/opensslv1.pm /usr/share/perl5/vendor_perl/Crypt/CBC/PBKDF/opensslv2.pm /usr/share/perl5/vendor_perl/Crypt/CBC/PBKDF/pbkdf2.pm /usr/share/perl5/vendor_perl/Crypt/CBC/PBKDF/randomiv.pm
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jan 21 09:46:01 2025