The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:Crypt::Twofish"

Crypt::Twofish - The Twofish Encryption Algorithm River stage one • 5 direct dependents • 9 total dependents

Twofish is a 128-bit symmetric block cipher with a variable length (128, 192, or 256-bit) key, developed by Counterpane Labs. It is unpatented and free for all uses, as described at <URL:http://www.counterpane.com/twofish.html>. This module implement...

AMS/Crypt-Twofish-2.18 - 25 Nov 2020 04:54:10 UTC

Crypt::Cipher::Twofish - Symmetric cipher Twofish, key size: 128/192/256 bits River stage three • 62 direct dependents • 246 total dependents

This module implements the Twofish 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::Twofish2 - Crypt::CBC compliant Twofish encryption module River stage one • 3 direct dependents • 6 total dependents

This module implements the twofish cipher in a less braindamaged (read: slow and ugly) way than the existing "Crypt::Twofish" module. Although it is "Crypt::CBC" compliant you usually gain nothing by using that module (except generality, which is oft...

MLEHMANN/Crypt-Twofish2-1.03 - 01 Aug 2021 18:10:47 UTC

Crypt::Twofish_PP - The Twofish Algorithm in Pure Perl River stage zero No dependents

Twofish is a 128-bit symmetric block cipher with a variable key length (128, 192, or 256 bits) key, developed by Counterpane Labs. It is unpatented and free for all uses, as described at <http://www.counterpane.com/twofish.html>. It has been one of t...

GUIDO/Crypt-Twofish_PP-0.17 - 27 Nov 2003 18:05:46 UTC

Crypt::Twofish_PP::Key32 - Twofish with 32 byte (256 bits) keysize River stage zero No dependents

This module is only a helper module and you should never use it directly. Use Crypt::Twofish_PP(3) instead and see there for more documentation. The standard module for Cipher Block Chaining (CBC) in Perl, Crypt::CBC(3) cannot grok with variable key ...

GUIDO/Crypt-Twofish_PP-0.17 - 27 Nov 2003 18:05:46 UTC

Crypt::Twofish_PP::Key24 - Twofish with 24 byte (192 bits) keysize River stage zero No dependents

This module is only a helper module and you should never use it directly. Use Crypt::Twofish_PP(3) instead and see there for more documentation. The standard module for Cipher Block Chaining (CBC) in Perl, Crypt::CBC(3) cannot grok with variable key ...

GUIDO/Crypt-Twofish_PP-0.17 - 27 Nov 2003 18:05:46 UTC

Crypt::Twofish_PP::Key16 - Twofish with 16 byte (128 bits) keysize River stage zero No dependents

This module is only a helper module and you should never use it directly. Use Crypt::Twofish_PP(3) instead and see there for more documentation. The standard module for Cipher Block Chaining (CBC) in Perl, Crypt::CBC(3) cannot grok with variable key ...

GUIDO/Crypt-Twofish_PP-0.17 - 27 Nov 2003 18:05:46 UTC

Crypt::OpenPGP::Cipher - PGP symmetric cipher factory River stage one • 3 direct dependents • 3 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::NULL - NULL Encryption Algorithm River stage zero No dependents

The NULL Encryption Algorithm is a symmetric block cipher described in RFC 2410 by Rob Glenn and Stephen Kent. This module implements NULL encryption. It supports the Crypt::CBC interface, with the following functions. Functions blocksize Returns the...

AMS/Crypt-NULL-1.02 - 04 May 2001 08:19:36 UTC

Crypt::GOST - The GOST Encryption Algorithm River stage zero No dependents

GOST 28147-89 is a 64-bit symmetric block cipher with a 256-bit key developed in the former Soviet Union. Some information on it is available at <URL:http://vipul.net/gost/>. This module implements GOST encryption. It supports the Crypt::CBC interfac...

AMS/Crypt-GOST-1.00 - 13 May 2001 14:23:17 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::GCrypt - Perl interface to the GNU Cryptographic library River stage zero No dependents

AAR/Crypt-GCrypt-1.26 - 25 May 2013 17:11:33 UTC

Crypt::Cipher - Generic interface to cipher functions River stage three • 62 direct dependents • 246 total dependents

Provides an interface to various symmetric cipher algorithms. 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 the cipher block modes - check fo...

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

Crypt::OpenPGP - Pure-Perl OpenPGP implementation River stage one • 3 direct dependents • 3 total dependents

*Crypt::OpenPGP* is a pure-Perl implementation of the OpenPGP standard[1]. In addition to support for the standard itself, *Crypt::OpenPGP* claims compatibility with many other PGP implementations, both those that support the standard and those that ...

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

Crypt::Mode::CFB - Block cipher mode CFB [Cipher feedback] River stage three • 62 direct dependents • 246 total dependents

This module implements CFB 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::Mode::OFB - Block cipher mode OFB [Output feedback] River stage three • 62 direct dependents • 246 total dependents

This module implements OFB 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::Mode::ECB - Block cipher mode ECB [Electronic codebook] River stage three • 62 direct dependents • 246 total dependents

This module implements ECB cipher mode. NOTE: it works only with ciphers from CryptX (Crypt::Cipher::NNNN). BEWARE: ECB is inherently insecure, if you are not sure go for Crypt::Mode::CBC!...

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

Crypt::Mode::CTR - Block cipher mode CTR [Counter mode] River stage three • 62 direct dependents • 246 total dependents

This module implements CTR 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::Mode::CBC - Block cipher mode CBC [Cipher-block chaining] River stage three • 62 direct dependents • 246 total dependents

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::AppleTwoFish - two Apple iTMS/iTunes key descrambling algorithms River stage zero No dependents

The first algorithm appears to have only cursory resemblance to Bruce Schneier's blowfish and twofish algorithms in that it too has a table-based decoder. The second algorithm is more standard encryption using S-box type permutations and lookup table...

BILLH/Crypt-AppleTwoFish-0.051 - 07 Jul 2008 05:31:18 UTC
22 results (0.031 seconds)