Search results for "module:crypt::cbc"
Crypt::CBC - 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 AES or Blowfish, you can encrypt and decrypt messages of arbitrarily long length. The encrypted messages are c...
LDS/Crypt-CBC-3.04 - 17 May 2021 15:03:53 UTC
Crypt::Mode::CBC - Block cipher mode CBC [Cipher-block chaining]
This module implements CBC cipher mode. NOTE: it works only with ciphers from CryptX (Crypt::Cipher::NNNN)....
MIK/CryptX-0.080 - 04 Oct 2023 11:07:16 UTC
Crypt::TripleDES::CBC - Triple DES in CBC mode Pure implementation
Most Modules on CPAN don't do a standards compliant implementation, while they are able to decrypt what they encrypt. There are corner cases where certain blocks of data in a chain don't decrypt properly. This is (almost)a pure perl implementation of...
SHANTANU/Crypt-TripleDES-CBC-0.006 - 07 Apr 2016 07:02:16 UTC
App::OATH::Crypt::CBC - Crypto modules for Simple OATH authenticator
Crypto modules for CBC methods, this includes Rijndael and Blowfish...
MBRADSHAW/App-OATH-1.20171216 - 16 Dec 2017 06:17:36 UTC
Crypt::Mode::CBC::Easy - Encrypts/decrypts text and verifies decrypted text with a checksum and a random initialization vector.
A convenience class that wraps Crypt::Mode::CBC and adds random initialization vector support along with a checksum to make sure that all decrypted text has not been tampered with....
SRCHULO/Crypt-Mode-CBC-Easy-0.006 - 05 Oct 2019 21:01:05 UTC
Egg::Plugin::Crypt::CBC - Crypt::CBC for Egg Plugin.
It is a plugin to use the code and decoding by Crypt::CBC....
LUSHE/Egg-Plugin-Crypt-CBC-3.01 - 17 Apr 2008 12:19:31 UTC
Egg::Model::Auth::Crypt::CBC - AUTH component to treat code of attestation data with Crypt::CBC.
It is API component to treat the password in the attestation data with Crypt::CBC. 'Crypt::CBC' is included in the list following API component name that adds the setting of 'crypt_cbc' to the configuration to use it and specifies it for 'setup_api' ...
LUSHE/Egg-Release-Authorize-0.06 - 14 Jun 2008 19:04:59 UTC
Message::Passing::Role::Crypt::CBC - Common attributes for encoding or decoding encrypted messages
MSTROUT/Message-Passing-0.117
-
28 Apr 2020 16:36:21 UTC
Message::Passing::Filter::Decoder::Crypt::CBC - Use Crypt::CBC to decrypt messages
Decrypts messages with Crypt::CBC....
MSTROUT/Message-Passing-0.117 - 28 Apr 2020 16:36:21 UTC
Message::Passing::Filter::Encoder::Crypt::CBC - Use Crypt::CBC to encrypt messages
Encrypts messages with Crypt::CBC....
MSTROUT/Message-Passing-0.117 - 28 Apr 2020 16:36:21 UTC
Crypt::TC18 - Crypt::CBC compliant block cipher
TC18 is 128-bit block cipher that accepts a 64-bit key. It was designed by Tom St. Denis. This module supports the Crypt::CBC interface, with the following functions. Functions blocksize Returns the size (in bytes) of the block (16, in this case) key...
JCDUQUE/Crypt-TC18-1.0.0 - 09 Jan 2004 16:58:34 UTC
Crypt::Shark - Crypt::CBC compliant block cipher
Shark is 64-bit block cipher that accepts a 128-bit key. It was designed by Vincent Rijmen, Joan Daemen, Bart Preneel, Antoon Bosselaers, and Erik De Win. This module supports the Crypt::CBC interface, with the following functions. Functions blocksiz...
JCDUQUE/Crypt-Shark-1.0.1 - 30 Jun 2003 17:43:18 UTC
Crypt::Loki97 - Crypt::CBC compliant block cipher
Loki97 is 128-bit block cipher that accepts a variable-length key. It was designed by Lawrie Brown, Josef Pieprzyk, and Jennifer Seberry. The default key length in this implementation is 128 bits. Loki97 was one of the 15 candidates for the AES. This...
JCDUQUE/Crypt-Loki97-1.0.1 - 28 Jun 2003 19:21:17 UTC