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

Search results for "module:Digest::MD5::Perl"

Digest::Perl::MD5 - Perl implementation of Ron Rivests MD5 Algorithm River stage two • 2 direct dependents • 68 total dependents

This modules has the same interface as the much faster "Digest::MD5". So you can easily exchange them, e.g. BEGIN { eval { require Digest::MD5; import Digest::MD5 'md5_hex' }; if ($@) { # ups, no Digest::MD5 require Digest::Perl::MD5; import Digest::...

DELTA/Digest-Perl-MD5-1.9 - 14 Dec 2013 13:09:22 UTC

Digest::MD5 - Perl interface to the MD5 Algorithm River stage four • 604 direct dependents • 9327 total dependents

The "Digest::MD5" module allows you to use the RSA Data Security Inc. MD5 Message Digest algorithm from within Perl programs. The algorithm takes as input a message of arbitrary length and produces as output a 128-bit "fingerprint" or "message digest...

TODDR/Digest-MD5-2.59 - 30 Dec 2023 21:01:56 UTC

Digest - Modules that calculate message digests River stage four • 75 direct dependents • 9630 total dependents

The "Digest::" modules calculate digests, also called "fingerprints" or "hashes", of some data, called a message. The digest is (usually) some small/fixed size string. The actual size of the digest depend of the algorithm used. The message is simply ...

TODDR/Digest-1.20 - 24 Aug 2021 13:51:51 UTC

LEOCHARRE::Digest - quick md5 sum output River stage zero No dependents

This is a wrapper around gnu coreutils md5sum. Is much quicker than some Digest::MD5::File and such....

LEOCHARRE/LEOCHARRE-Digest-1.01 - 06 Jan 2010 15:55:46 UTC

Digest::MD5::M4p - Perl interface to a variant of the MD5 algorithm River stage one • 1 direct dependent • 5 total dependents

BILLH/Digest-MD5-M4p-0.01 - 30 Apr 2004 05:10:33 UTC

Digest::MD5::Reverse - MD5 Reverse Lookup River stage zero No dependents

MD5 sums (see RFC 1321 - The MD5 Message-Digest Algorithm) are used as a one-way hash of data. Due to the nature of the formula used, it is impossible to reverse it. This module provides functions to search several online MD5 hashes database and retu...

BLWOOD/Digest-MD5-Reverse-1.3 - 31 Aug 2007 00:56:36 UTC

Digest::Elf - Perl extension for generating ElfHash values. River stage zero No dependents

Digest::Elf is an implementation of the ElfHash algorithm....

MCKAY/Digest-Elf-1.42 - 05 Mar 2016 18:41:45 UTC

Digest::MD2 - Perl interface to the MD2 Algorithm River stage one • 4 direct dependents • 8 total dependents

The "Digest::MD2" module allows you to use the RSA Data Security Inc. MD2 Message Digest algorithm from within Perl programs. The algorithm takes as input a message of arbitrary length and produces as output a 128-bit "fingerprint" or "message digest...

GAAS/Digest-MD2-2.04 - 28 Apr 2014 19:43:02 UTC

Digest::MD5::File - Perl extension for getting MD5 sums for files and urls. River stage two • 10 direct dependents • 14 total dependents

Get MD5 sums for files of a given path or content of a given url....

DMUEY/Digest-MD5-File-0.08 - 07 Apr 2012 03:01:16 UTC

Meta::Digest::MD5 - extend the standard Digest::MD5 module. River stage zero No dependents

This module extends the functionality found in the Digest::MD5 standard module with code that otherwise will have to be written many times in places of Digest::MD5. The object inherits from Digest::MD5 so you can use all of that modules functionality...

VELTZER/Meta-0.08 - 31 Dec 2002 10:05:41 UTC

Digest::MD4 - Perl interface to the MD4 Algorithm River stage two • 9 direct dependents • 39 total dependents

The "Digest::MD4" module allows you to use the RSA Data Security Inc. MD4 Message Digest algorithm from within Perl programs. The algorithm takes as input a message of arbitrary length and produces as output a 128-bit "fingerprint" or "message digest...

MIKEM/Digest-MD4-1.9 - 22 Mar 2013 07:31:20 UTC

Digest::MD6 - Perl interface to the MD6 Algorithm River stage one • 2 direct dependents • 3 total dependents

The "Digest::MD6" module allows you to use the MD6 Message Digest algorithm from within Perl programs. The algorithm takes as input a message of arbitrary length and produces as output a "fingerprint" or "message digest" of the input....

ANDYA/Digest-MD6-0.11 - 08 Nov 2010 20:51:45 UTC

IO::Digest - Calculate digests while reading or writing River stage two • 2 direct dependents • 12 total dependents

This module allows you to calculate digests while reading or writing file handles. This avoids the case you need to reread the same content to compute the digests after written a file....

CLKAO/IO-Digest-0.11 - 16 Feb 2013 10:04:19 UTC

Digest::SHA - Perl extension for SHA-1/224/256/384/512 River stage four • 390 direct dependents • 8441 total dependents

Digest::SHA is written in C for speed. If your platform lacks a C compiler, you can install the functionally equivalent (but much slower) Digest::SHA::PurePerl module. The programming interface is easy to use: it's the same one found in CPAN's Digest...

MSHELOR/Digest-SHA-6.04 - 25 Feb 2023 19:06:34 UTC

Quiq::Digest - Erzeuge Digest River stage zero No dependents

FSEITZ/Quiq-1.215 - 28 Mar 2024 21:53:27 UTC

Digest::SHA1 - Perl interface to the SHA-1 algorithm River stage three • 179 direct dependents • 752 total dependents

The "Digest::SHA1" module allows you to use the NIST SHA-1 message digest algorithm from within Perl programs. The algorithm takes as input a message of arbitrary length and produces as output a 160-bit "fingerprint" or "message digest" of the input....

GAAS/Digest-SHA1-2.13 - 03 Jul 2010 13:25:47 UTC

Digest::xxHash - xxHash Implementation For Perl River stage zero No dependents

xxHash is an extremely fast algorithm that claims to work at speeds close to RAM limits. This is a wrapper of both the 32- and 64-bit hash functions....

SANKO/Digest-xxHash-2.04 - 05 Sep 2019 14:23:06 UTC

Digest::JHash - Perl extension for 32 bit Jenkins Hashing Algorithm River stage three • 3 direct dependents • 206 total dependents

The "Digest::JHash" module allows you to use the fast JHash hashing algorithm developed by Bob Jenkins from within Perl programs. The algorithm takes as input a message of arbitrary length and produces as output a 32-bit "message digest" of the input...

SHLOMIF/Digest-JHash-0.10 - 18 Nov 2016 11:13:52 UTC

Types::Digest - digests types for Moose and Moo River stage zero No dependents

This module provides common digests types for Moose, Moo, etc....

JASEI/Types-Digest-0.1.2 - 15 Sep 2016 11:18:46 UTC

Digest::BLAKE2 - Perl XS interface to the BLAKE2 algorithms River stage one • 1 direct dependent • 1 total dependent

The "Digest::BLAKE2" module provides an interface to the BLAKE2 message digest algorithm. The cryptographic hash function BLAKE2 is an improved version of the SHA-3 finalist BLAKE. Like BLAKE or SHA-3, BLAKE2 offers the highest security, yet is fast ...

GUNYA/Digest-BLAKE2-0.02 - 25 Mar 2014 01:36:11 UTC
44 results (0.154 seconds)