Search results for "module:Digest::MD5"
Types::Digest - digests types for Moose and Moo
This module provides common digests types for Moose, Moo, etc....
JASEI/Types-Digest-0.1.2 - 15 Sep 2016 11:18:46 UTC
Data::Digest - Objects that represent a digest values
The "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 UTC
Digest::file - Calculate digests of files
This 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.20 - 24 Aug 2021 13:51:51 UTC
Digest::MD4 - Perl interface to the MD4 Algorithm
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::SRI - Calculate and verify Subresource Integrity hashes (SRI)
This module provides functions to calculate and verify Subresource Integrity hashes (SRI). All of the usage is shown in the "Synopsis", with some usage notes here: * The "sri" and "verify_sri" functions both accept either: * a filename as a plain sca...
HAUKEX/Digest-SRI-0.02 - 24 Oct 2018 20:05:39 UTC
Digest::MD6 - Perl interface to the MD6 Algorithm
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
File::Digest - Calculate digests of files
This module provides some convenience when you want to use Digest against files....
PERLANCAR/File-Digest-0.011 - 29 Nov 2019 14:51:09 UTC
Digest::HMAC - Keyed-Hashing for Message Authentication
HMAC is used for message integrity checks between two parties that share a secret key, and works in combination with some other Digest algorithm, usually MD5 or SHA-1. The HMAC mechanism is described in RFC 2104. HMAC follow the common "Digest::" int...
ARODLAND/Digest-HMAC-1.04 - 01 Apr 2021 14:16:06 UTC
Digest::SHA - Perl extension for SHA-1/224/256/384/512
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
Task::Digest - Task to install all available cryptographic message digests
This distribution contains no actual code; it simply exists to provide a list of dependencies to assist in quickly installing all available cryptographic message digests....
GRAY/Task-Digest-0.07 - 06 Jun 2017 06:31:36 UTC
Digest::EMAC
This is Encrypted MAC (EMAC), also known as Double MAC (DMAC). Unlike HMAC, which reuses an existing one-way hash function, such as MD5, SHA-1 or RIPEMD-160, EMAC reuses an existing block cipher to produce a secure message authentication code (MAC). ...
JCDUQUE/Digest-EMAC-1.2 - 03 Jul 2004 05:16:27 UTC
Digest::DMAC
This is Encrypted MAC (EMAC), also known as Double MAC (DMAC). Unlike HMAC, which reuses an existing one-way hash function, such as MD5, SHA-1 or RIPEMD-160, EMAC reuses an existing block cipher to produce a secure message authentication code (MAC). ...
JCDUQUE/Digest-DMAC-1.1.4 - 20 May 2003 08:00:35 UTC
Digest::SHA1 - Perl interface to the SHA-1 algorithm
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::Tiger - a module that implements the tiger hash
A perl module that implements the tiger hash, which is believed to be secure and runs quickly on 64-bit processors....
CLINTDW/Digest-Tiger-0.03 - 28 Mar 2011 19:06:51 UTC
Digest::JHash - Perl extension for 32 bit Jenkins Hashing Algorithm
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
Crypt::Digest - Generic interface to hash/digest functions
Provides an interface to various hash/digest algorithms....
MIK/CryptX-0.079 - 01 Oct 2023 12:20:32 UTC
LibWeb::Digest - Digest generation for libweb applications
GENERATING A MAC FOR USER/SESSION AUTHENTICATION The following discussion on MAC is extracted from a WWW security FAQ written by Lincoln Stein, http://www.w3.org/Security/Faq/wwwsf7.html#Q66 ``If possible, cookies should contain information that allo...
CKONG/LibWeb-0.02 - 19 Jul 2000 22:25:12 UTC
Digest::BLAKE2 - Perl XS interface to the BLAKE2 algorithms
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
Digest::xxHash - xxHash Implementation For Perl
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::Adler32 - The Adler-32 checksum
The "Digest::Adler32" module implements the Adler-32 checksum as specified in RFC 1950. The interface provided by this module is specified in Digest, but no functional interface is provided. A binary digest will be 4 bytes long. A hex digest will be ...
GAAS/Digest-Adler32-0.03 - 30 Nov 2003 11:00:19 UTC