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 UTCBILLH/Digest-MD5-M4p-0.01 - 30 Apr 2004 05:10:33 UTC
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 UTCThis 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 UTCGet 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 UTCProvides an interface to the MD5 digest algorithm....
MIK/CryptX-0.070 - 12 Feb 2021 14:44:41 UTCMD5 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 UTCThe *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 UTCThis module provide HMAC-MD5 hashing....
GAAS/Digest-HMAC-1.03 - 25 Jul 2011 16:56:18 UTCInterface package providing access to the message digest algorithm implementations within the OpenSSL libcrypto library....
NLNETLABS/Net-DNS-SEC-1.18 - 02 Oct 2020 12:49:17 UTC*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 UTCThe "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.19 - 13 Oct 2020 20:02:35 UTCThis 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 UTCThis 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 UTCDigest::Elf is an implementation of the ElfHash algorithm....
MCKAY/Digest-Elf-1.42 - 05 Mar 2016 18:41:45 UTCThe "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 UTCThis module provides common digests types for Moose, Moo, etc....
JASEI/Types-Digest-0.1.2 - 15 Sep 2016 11:18:46 UTCThe "Data::Digest" class provides utility objects that represents a digest value. It is used primarily as a convenience and to simplify code when dealing with situations where you are provided with a digest, and need to check it against some data. It...
ADAMK/Data-Digest-1.04 - 10 Jul 2008 07:03:49 UTCThis module provide 3 convenience functions to calculate the digest of files. The following functions are provided: digest_file( $file, $algorithm, [$arg,...] ) This function will calculate and return the binary digest of the bytes of the given file....
TODDR/Digest-1.19 - 13 Oct 2020 20:02:35 UTC