Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37039619
en ru br
ALT Linux repositórios
S:3.04-alt1
5.0: 2.29-alt2
4.1: 2.24-alt1
4.0: 2.15-alt1

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

 Principal   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

A versão atual: 3.04-alt1
Data da compilação: 18 maio 2021, 12:55 ( 149.3 weeks ago )
Tamanho:: 45.06 Kb

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

Licença: Artistic
Sumário: Crypt-CBC - Encrypt Data with Cipher Block Chaining Mode
Descrição:

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.

Mantenedor currente: Vitaly Lipatov

Lista dos contribuidores

Lista dos rpms provida por esta srpm:

  • perl-Crypt-CBC
ACL:
     
    projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    mantenedor atual: Michael Shigorin
    mantenedor da tradução: Fernando Martini aka fmartini © 2009