The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "module:Crypt::Rijndael"

Crypt::Rijndael - Crypt::CBC compliant Rijndael encryption module River stage three • 48 direct dependents • 109 total dependents

This module implements the Rijndael cipher, which has just been selected as the Advanced Encryption Standard. keysize Returns the keysize, which is 32 (bytes). The Rijndael cipher actually supports keylengths of 16, 24 or 32 bytes, but there is no wa...

LEONT/Crypt-Rijndael-1.16 - 01 Apr 2021 21:36:33 UTC

Crypt::Rijndael::MySQL - MySQL compatible Rijndael (AES) encryption module River stage zero No dependents

This module is a thin wrapper around Crypt::Rijndael, meant for compatibility with MySQL AES_ENCRYPT() AND AES_DECRYPT() functions....

IFOMICHEV/Crypt-Rijndael-MySQL-0.02 - 01 Jul 2010 22:04:30 UTC

App::OATH::Crypt::Rijndael - Crypto modules for Simple OATH authenticator River stage zero No dependents

Crypto modules for basic Rijndael...

MBRADSHAW/App-OATH-1.20171216 - 16 Dec 2017 06:17:36 UTC

lib/Crypt/Rijndael/PP/Debug.pm River stage zero No dependents

DRZIGMAN/Crypt-Rijndael-PP-0.3.0 - 10 Jun 2015 04:10:41 UTC

lib/Crypt/Rijndael/PP.pm River stage zero No dependents

DRZIGMAN/Crypt-Rijndael-PP-0.3.0 - 10 Jun 2015 04:10:41 UTC

lib/Crypt/Rijndael/PP/GF.pm River stage zero No dependents

DRZIGMAN/Crypt-Rijndael-PP-0.3.0 - 10 Jun 2015 04:10:41 UTC

Crypt::Rijndael_PP - Perl implementation of Rijndael River stage zero No dependents

This modules shares the OO style interface with "Crypt::Rijndael" from Rafael R. Sevilla. * Supported modes: Electronic CodeBook (MODE_ECB) and Cipher Block Chaining (MODE_CBC). Please use "Crypt::CBC" for CBC-Mode, as my CBC is not compatible with n...

DELTA/Crypt-Rijndael_PP-0.05 - 22 Sep 2010 13:33:14 UTC

Crypt::OpenPGP::Cipher - PGP symmetric cipher factory River stage one • 4 direct dependents • 4 total dependents

*Crypt::OpenPGP::Cipher* is a factory class for PGP symmetric ciphers. All cipher objects are subclasses of this class and share a common interface; when creating a new cipher object, the object is blessed into the subclass to take on algorithm-speci...

SROMANOV/Crypt-OpenPGP-1.12 - 16 Aug 2015 11:35:42 UTC

Crypt::GCM - Galois/Counter Mode (GCM) River stage zero No dependents

The module implements the Galois/Counter Mode (GCM) for Confidentiality and Authentication. The function of GCM in which the plaintext is encrypted into the ciphertext, and an authentication tag is generated on the AAD and the ciphertext. new() my $c...

OYAMA/Crypt-GCM-0.02 - 27 Oct 2007 17:04:39 UTC

Crypt::CCM - CCM Mode for symmetric key block ciphers River stage zero No dependents

The module implements the CCM Mode for Authentication and Confidentiality....

OYAMA/Crypt-CCM-0.03 - 28 Oct 2007 03:49:18 UTC

Crypt::CFB - Encrypt Data in Cipher Feedback Mode River stage zero No dependents

Generic CFB implementation in pure Perl. The Cipher Feedback Mode module constructs a stream cipher from a block cipher or cryptographic hash funtion and returns it as an object. Any block cipher in the "Crypt::" class can be used, as long as it supp...

KJH/Crypt-CFB-0.02 - 04 Feb 2011 09:56:48 UTC

Code::Crypt - Encrypt your code River stage zero No dependents

"Code::Crypt" is meant as a menial form of "DRM" which protects the code from being run on unauthorized machines. The idea is illustrated in the "SYNOPSIS": the code is encrypted with Crypt::Rijndael with a key that is the current perl version and th...

FREW/Code-Crypt-0.001000 - 27 Apr 2013 19:10:58 UTC

Crypt::EAX - Encrypt and authenticate data in EAX mode River stage zero No dependents

EAX is a cipher chaining mode with integrated message authentication. This type of encryption mode is called AEAD, or Authenticated Encryption with Associated Data. The purpuse of AEAD modes is that you can safely encrypt and sign a value with a shar...

NUFFIN/Crypt-EAX-0.04 - 19 Oct 2009 22:45:26 UTC

Crypt::Ctr - Encrypt Data in Counter Mode River stage one • 1 direct dependent • 1 total dependent

Generic Counter Mode implementation in pure Perl. The Counter Mode module constructs a stream cipher from a block cipher or cryptographic hash funtion and returns it as an object. Any block cipher in the "Crypt::" class can be used, as long as it sup...

BAUERM/Crypt-Ctr-0.01 - 04 Jul 2002 21:59:39 UTC

Crypt::ECB - Use block ciphers using ECB mode River stage one • 5 direct dependents • 6 total dependents

This module is a Perl-only implementation of the ECB mode. In combination with a block cipher such as Blowfish, DES, IDEA or Rijndael, you can encrypt and decrypt messages of arbitrarily long length. Though for security reasons other modes than ECB s...

APPEL/Crypt-ECB-2.23 - 16 Jan 2024 11:04:01 UTC

Crypt::CBC - Encrypt Data with Cipher Block Chaining Mode River stage three • 73 direct dependents • 142 total dependents

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::Util - A lightweight Crypt/Digest convenience API River stage one • 1 direct dependent • 1 total dependent

This module provides an easy, intuitive and forgiving API for wielding crypto-fu. The API is designed as a cascade, with rich features built using simpler ones. this means that the option processing is uniform throughout, and the behaviors are genera...

NUFFIN/Crypt-Util-0.11 - 27 May 2010 09:58:24 UTC

Crypt::Cipher::AES - Symmetric cipher AES (aka Rijndael), key size: 128/192/256 bits River stage three • 70 direct dependents • 267 total dependents

This module implements the AES cipher. Provided interface is compliant with Crypt::CBC module. BEWARE: This module implements just elementary "one-block-(en|de)cryption" operation - if you want to encrypt/decrypt generic data you have to use some of ...

MIK/CryptX-0.080 - 04 Oct 2023 11:07:16 UTC

Crypt::Square - Crypt::CBC-compliant block cipher River stage zero No dependents

Square is a 128-bit block cipher that accepts a 128-bit key. Designed by Joan Daemen, Vincent Rijmen, and Lars Knudsen, Square is the predecessor of Rijndael, aka the Advanced Encryption Standard. This module supports the Crypt::CBC interface, with t...

JCDUQUE/Crypt-Square-1.0.0 - 19 Jun 2003 11:25:55 UTC

Crypt::Khazad - Crypt::CBC-compliant block cipher River stage zero No dependents

Khazad is a 128-bit key, 64-bit block cipher. Designed by Vincent Rijmen and Paulo S. L. M. Barreto, Khazad is a NESSIE finalist for legacy-level block ciphers. Khazad has many similarities with Rijndael, and has an extremely high rate of diffusion. ...

JCDUQUE/Crypt-Khazad-1.0.3 - 19 Jun 2003 11:23:19 UTC
34 results (0.038 seconds)