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"

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

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

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

SPVM::Digest::MD5 - MD5 River stage zero No dependents

The Digest::MD5 class of SPVM has methods for MD5....

KIMOTO/SPVM-Digest-MD5-1.002 - 26 Dec 2023 06:32:41 UTC

Crypt::Digest::MD5 - Hash function MD5 [size: 128 bits] River stage three • 62 direct dependents • 246 total dependents

Provides an interface to the MD5 digest algorithm....

MIK/CryptX-0.080 - 04 Oct 2023 11:07:16 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::MD5::Context - Context of Digest::MD5. River stage zero No dependents

KIMOTO/SPVM-Digest-MD5-1.002 - 26 Dec 2023 06:32:41 UTC

Alt::Digest::MD5::OpenSSL - Alternative Digest::MD5 based on OpenSSL. River stage zero No dependents

This is a modification of the Digest::MD5 module to remove bundled C code for MD5 algorithm. The main intention behind rewriting it to use the OpenSSL library is that the library is audited....

SKIM/Alt-Digest-MD5-OpenSSL-0.04 - 08 Feb 2024 13:54:33 UTC

Template::Plugin::Digest::MD5 - TT2 interface to the MD5 Algorithm River stage zero No dependents

The *Digest.MD5* Template Toolkit plugin provides access to the MD5 algorithm via the "Digest::MD5" module. It is used like a plugin but installs filters and vmethods into the current context. When you invoke [% USE Digest.MD5 %] the following filter...

BARBIE/Template-Plugin-Digest-MD5-0.05 - 30 Dec 2014 10:05:43 UTC

Bencher::Scenario::Digest::MD5 - Benchmark Digest::MD5 against md5sum utility River stage one • 1 direct dependent • 1 total dependent

Packaging a benchmark script as a Bencher scenario makes it convenient to include/exclude/add participants/datasets (either via CLI or Perl code), send the result to a central repository, among others . See Bencher and bencher (CLI) for more details....

PERLANCAR/Bencher-Scenario-Digest-MD5-0.005 - 01 May 2022 00:05:28 UTC

Digest::HMAC_MD5 - Keyed-Hashing for Message Authentication River stage three • 100 direct dependents • 479 total dependents

This module provide HMAC-MD5 hashing....

ARODLAND/Digest-HMAC-1.04 - 01 Apr 2021 14:16:06 UTC

Net::DNS::SEC::Digest - Message Digest Algorithms River stage zero No dependents

Interface package providing access to the message digest algorithm implementations within the OpenSSL libcrypto library....

NLNETLABS/Net-DNS-SEC-1.23 - 08 Nov 2023 09:46:57 UTC

Crypt::OpenPGP::Digest - PGP message digest factory River stage one • 3 direct dependents • 3 total dependents

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

SROMANOV/Crypt-OpenPGP-1.12 - 16 Aug 2015 11:35:42 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

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

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

FSEITZ/Quiq-1.215 - 28 Mar 2024 21:53:27 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
64 results (0.039 seconds)