Search results for "module:Digest::MD5"
Digest::MD5 - Perl interface to the MD5 Algorithm
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.58 - 05 Oct 2020 21:53:32 UTC
Digest::MD5::M4p - Perl interface to a variant of the MD5 algorithm
BILLH/Digest-MD5-M4p-0.01
-
30 Apr 2004 05:10:33 UTC
Meta::Digest::MD5 - extend the standard Digest::MD5 module.
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.
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
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
The Digest::MD5 class of SPVM has methods for MD5....
KIMOTO/SPVM-Digest-MD5-1.001002 - 22 May 2023 23:13:56 UTC
Crypt::Digest::MD5 - Hash function MD5 [size: 128 bits]
Provides an interface to the MD5 digest algorithm....
MIK/CryptX-0.078 - 28 Apr 2023 12:31:25 UTC
Digest::MD5::Reverse - MD5 Reverse Lookup
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.
KIMOTO/SPVM-Digest-MD5-1.001002
-
22 May 2023 23:13:56 UTC
Template::Plugin::Digest::MD5 - TT2 interface to the MD5 Algorithm
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
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
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
Interface package providing access to the message digest algorithm implementations within the OpenSSL libcrypto library....
NLNETLABS/Net-DNS-SEC-1.20 - 04 Oct 2022 20:03:34 UTC
Crypt::OpenPGP::Digest - PGP message digest factory
*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
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
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
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::Elf - Perl extension for generating ElfHash values.
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
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