Search results for "module:Digest"

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

Digest::JH - Perl interface to the JH digest algorithm River stage one • 1 direct dependent • 1 total dependent

The "Digest::JH" module provides an interface to the JH message digest algorithm. JH is a candidate in the NIST SHA-3 competition. This interface follows the conventions set forth by the "Digest" module....

GRAY/Digest-JH-0.05 - 23 Oct 2011 05:27:08 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

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

CTK::Digest - CTK Digest base class River stage one • 1 direct dependent • 1 total dependent

CTK Digest base class...

ABALAMA/CTKlib-2.09 - 10 Sep 2022 10:53:50 UTC

Digest::MD2 - Perl interface to the MD2 Algorithm River stage one • 4 direct dependents • 8 total dependents

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

Digest::OAT - Bob Jenkin's One-at-a-Time hash function River stage one • 1 direct dependent • 1 total dependent

Bob Jenkin's One at a Time hash function implemented in C. This hash function is quick and has excellent Avalanche Test behavior. It is not used for crytography, instead it is use for building int values for hash tables or for use in Consistent Hashi...

MBAILEY/Digest-OAT-0.04 - 17 Jun 2009 20:06:11 UTC

Digest::DJB - Perl extension to Daniel J. Bernstein's hashing algorithm. River stage zero No dependents

"Digest::DJB" is an implementation of D. J. Bernstein's hash which returns a 32-bit unsigned value for any variable-length input string. An equivalent pure Perl version is also available Digest::DJB::PurePerl....

TNGUYEN/Digest-DJB-1.00 - 28 Mar 2005 23:13:24 UTC

Digest::BMW - Perl interface to the Blue Midnight Wish digest algorithm River stage one • 1 direct dependent • 1 total dependent

The "Digest::BMW" module provides an interface to the Blue Midnight Wish message digest algorithm. Blue Midgnight Wish is a candidate in the NIST SHA-3 competition. This interface follows the conventions set forth by the "Digest" module....

GRAY/Digest-BMW-0.04 - 29 Nov 2010 11:33:08 UTC

Digest::SRI - Calculate and verify Subresource Integrity hashes (SRI) River stage zero No dependents

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

PBS::Digest River stage zero No dependents

This module handle s all the digest functionality of PBS. It also make available, to the user, a set of functions that can be used in *Pbsfiles* to add information to the node digest generated by PBS EXPORT All the node specific functions take a regu...

NKH/PerlBuildSystem-0.44 - 12 May 2008 18:34:09 UTC

Digest::SHA - Perl extension for SHA-1/224/256/384/512 River stage four • 390 direct dependents • 8441 total dependents

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

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

Digest::FNV - Perl extension for the Fowler/Noll/Vo (FNV) has River stage zero No dependents

FNV is a hashing algorithm for short to medium length strings. It is best suited for strings that are typically around 1024 bytes or less (URLs, IP addresses, hostnames, etc). This implementation is based on the code provided by Landon Curt Noll. The...

JWEBSTER/Digest-FNV-2.00 - 03 Sep 2010 07:00:30 UTC

Digest::MD4 - Perl interface to the MD4 Algorithm River stage two • 9 direct dependents • 39 total dependents

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::MD6 - Perl interface to the MD6 Algorithm River stage one • 2 direct dependents • 3 total dependents

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

Digest::CRC - Generic CRC functions River stage three • 21 direct dependents • 307 total dependents

The Digest::CRC module calculates CRC sums of all sorts. It contains wrapper functions with the correct parameters for CRC-CCITT, CRC-16, CRC-32 and CRC-64, as well as the CRC used in OpenPGP's ASCII-armored checksum....

OLIMAUL/Digest-CRC-0.24 - 12 Jul 2022 11:00:57 UTC

Digest::EMAC River stage zero No dependents

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

File::Digest - Calculate digests of files River stage three • 5 direct dependents • 245 total dependents

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::ED2K - Calculate ED2K digests River stage zero No dependents

Digest::ED2K progressively calculates ED2K digests of data....

BHERWEYER/Digest-ED2K-v1.1.1 - 11 Jan 2020 23:09:03 UTC
224 results (0.026 seconds)