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

Search results for "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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

Authen::DigestMD5 - SASL DIGEST-MD5 authentication (RFC2831) River stage zero No dependents

This module implements three classes: Authen::DigestMD5::Packet base class implementing common methods to process SASL DIGEST-MD5 strings or objects: Authen::DigestMD5::Packet->new(%props) Authen::DigestMD5::Packet->new($input, %props) create a new o...

SALVA/Authen-DigestMD5-0.04 - 08 Nov 2003 22:58:09 UTC - Search in distribution

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 - Search in distribution

Bencher::Scenario::DigestMD5 - 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-DigestMD5-0.004 - 10 Jul 2017 11:46:05 UTC - Search in distribution

Authen::SASL::Perl::DIGEST_MD5 - Digest MD5 Authentication class River stage two • 32 direct dependents • 76 total dependents

This method implements the client and server parts of the DIGEST-MD5 SASL algorithm, as described in RFC 2831. CALLBACK The callbacks used are: client authname The authorization id to use after successful authentication user The username to be used i...

EHUELS/Authen-SASL-2.1700 - 10 Aug 2023 10:19:40 UTC - Search in distribution

MD5 - Perl interface to the MD5 Message-Digest Algorithm River stage one • 5 direct dependents • 8 total dependents

The "MD5" module is depreciated. Use "Digest::MD5" instead. The current "MD5" module is just a wrapper around the "Digest::MD5" module. It is provided so that legacy code that rely on the old interface still work and get the speed benefit of the new ...

GAAS/MD5-2.03 - 27 Nov 2003 08:42:46 UTC - Search in distribution

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

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

IOLayer::MD5 - PerlIO layer for creating an MD5 digest of a file River stage zero No dependents

This module implements a PerlIO layer that can only read files and return an MD5 digest of the contents of the file....

LNATION/IOLayer-MD5-0.02 - 09 Nov 2019 15:31:20 UTC - Search in distribution
466 results (0.17 seconds)