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::DES"

Crypt::DES - Perl DES encryption module River stage two • 17 direct dependents • 67 total dependents

The module implements the Crypt::CBC interface, which has the following methods blocksize =item keysize =item encrypt =item decrypt...

DPARIS/Crypt-DES-2.07 - 23 Jul 2013 20:40:50 UTC

Crypt::Cipher::DES - Symmetric cipher DES, key size: 64[56] bits River stage three • 70 direct dependents • 267 total dependents

This module implements the DES 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::DES_PP - Perl extension for DES encryption River stage one • 2 direct dependents • 2 total dependents

The Data Encryption Standard (DES), also known as Data Encryption Algorithm (DEA) is a semi-strong encryption and decryption algorithm. The module is 100 % compatible to Crypt::DES but is implemented entirely in Perl. That means that you do not need ...

GUIDO/Crypt-DES_PP-1.00 - 27 Oct 2000 23:36:31 UTC

Crypt::DES_EDE3 - Triple-DES EDE encryption/decryption River stage one • 5 direct dependents • 9 total dependents

*Crypt::DES_EDE3* implements DES-EDE3 encryption. This is triple-DES encryption where an encrypt operation is encrypt-decrypt-encrypt, and decrypt is decrypt-encrypt-decrypt. This implementation uses *Crypt::DES* to do its dirty DES work, and simply ...

BTROTT/Crypt-DES_EDE3-0.01 - 15 Sep 2001 03:42:42 UTC

Crypt::DES_EEE3 - Triple-DES EEE encryption/decryption River stage zero No dependents

*Crypt::DES_EEE3* implements DES-EEE3 encryption. This is triple-DES encryption where an encrypt operation is encrypt-encrypt-encrypt, and decrypt is decrypt-decrypt-decrypt. This implementation uses *Crypt::DES* to do its dirty DES work, and simply ...

GUGOD/Crypt-DES_EEE3-0.01 - 04 Nov 2003 04:22:38 UTC

Crypt::TripleDES - Triple DES encyption. River stage zero No dependents

This module implements 3DES encryption in ECB mode. The code is based on Eric Young's implementation of DES in pure perl. It's quite slow because of the way Perl handles bit operations and is not recommended for use with large texts....

VIPUL/Crypt-TripleDES-0.24 - 13 Oct 1999 23:35:45 UTC

lib/Crypt/PPDES.pm River stage zero No dependents

VIPUL/Crypt-TripleDES-0.24 - 13 Oct 1999 23:35:45 UTC

Crypt::TripleDES::CBC - Triple DES in CBC mode Pure implementation River stage zero No dependents

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

Crypt::Cipher::DES_EDE - Symmetric cipher DES_EDE (aka Triple-DES, 3DES), key size: 192[168] bits River stage three • 70 direct dependents • 267 total dependents

This module implements the DES_EDE 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...

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

Crypt::OpenToken::Cipher::DES3 - DES3 encryption support for OpenToken River stage zero No dependents

This library can be used by "Crypt::OpenToken" to encrypt payloads using DES3 encryption....

GTERMARS/Crypt-OpenToken-0.10 - 21 Jun 2021 18:42:38 UTC

lib/Crypt/Keys/Private/RSA/SSH1.pm River stage zero No dependents

BTROTT/Crypt-Keys-0.06 - 16 Feb 2002 18:31:46 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

SMB::Crypt - Fallback implementations of cryptography algorithms for SMB River stage zero No dependents

MIGO/SMB-0.09 - 13 May 2018 16:06:23 UTC

Crypt::PBE - Perl extension for PKCS #5 Password-Based Encryption Algorithms River stage zero No dependents

PBES and PBKDF Crypt::PBE::PBKDF1 - Password-Based Key Derivation Function 1 Crypt::PBE::PBES1 - Password-Based Key Encryption Schema 1 Crypt::PBE::PBKDF2 - Password-Based Key Derivation Function 2 Crypt::PBE::PBES2 - Password-Based Key Encryption Sc...

GDT/Crypt-PBE-0.103 - 28 Apr 2023 15:30:55 UTC

Crypt::OFB - Encrypt Data using OFB Mode River stage zero No dependents

This module is a Perl-only implementation of the OFB mode. It is a inheritance class of Crypt::ECB. Please read Crypt::ECB(3) for the default function description....

GUGOD/Crypt-OFB-0.01 - 01 Nov 2003 21:23:56 UTC

Crypt::TEA - Tiny Encryption Algorithm River stage zero No dependents

TEA is a 64-bit symmetric block cipher with a 128-bit key and a variable number of rounds (32 is recommended). It has a low setup time, and depends on a large number of rounds for security, rather than a complex algorithm. It was developed by David J...

AMS/Crypt-TEA-1.26 - 01 May 2018 13:59:03 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::Misc - miscellaneous functions related to (or used by) CryptX River stage three • 70 direct dependents • 267 total dependents

use Crypt::Misc ':all'; # Base64 and Base64/URL-safe functions $base64 = encode_b64($rawbytes); $rawbytes = decode_b64($base64); $base64url = encode_b64u($encode_b64u); $rawbytes = decode_b64u($base64url); # read/write file $rawdata = read_rawfile($f...

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

Crypt::XXTEA - XXTEA encryption arithmetic module. River stage zero No dependents

XXTEA is a secure and fast encryption algorithm. It's suitable for web development. This module allows you to encrypt or decrypt a string using the algorithm....

ANDOT/Crypt-XXTEA-1.00 - 05 Dec 2007 01:37:42 UTC
52 results (0.028 seconds)