SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.
Name perl-crypt-cbc
Version 3.04
Category development
Description Crypt::CBC module is a Perl extension.
Maintainer nneul​@​neulinger.org
License GPL
Website https://metacpan.org/pod/Crypt::CBC
Sizes
Depends onperl iconperl 
perl-crypt-cbc screenshot
Download package perl-crypt-cbc screenshot
Show receipt
Show files list
Show cooking log

Description

This module is a Perl-only implementation of the cryptographic cipher block chaining mode (CBC). In combination with a block cipher such as AES or Blowfish, you can encrypt and decrypt messages of arbitrarily long length. The encrypted messages are compatible with the encryption format used by the OpenSSL package.

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.

6047 packages and 209931 files in current database (Wed Jun 26 15:35:30 2024)