Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37413032
en ru br
ALT Linux repos
S:3.04-alt1
5.0: 2.29-alt2
4.1: 2.24-alt1
4.0: 2.15-alt1

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

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 3.04-alt1
Build date: 18 may 2021, 12:55 ( 152.5 weeks ago )
Size: 45.06 Kb

Home page:   http://search.cpan.org/~lds/Crypt-CBC-3.04/

License: Artistic
Summary: Crypt-CBC - Encrypt Data with Cipher Block Chaining Mode
Description:

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.

Current maintainer: Vitaly Lipatov

List of contributors

List of rpms provided by this srpm:

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