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

Search results for "module:Digest::base"

Digest::base - Digest base class River stage four • 75 direct dependents • 9630 total dependents

The "Digest::base" class provide implementations of the methods "addfile" and "add_bits" in terms of "add", and of the methods "hexdigest" and "b64digest" in terms of "digest". Digest implementations might want to inherit from this class to get this ...

TODDR/Digest-1.20 - 24 Aug 2021 13:51:51 UTC

Digest::OMAC::Base - The One-key CBC MAC message authentication code (base class for OMAC hashes) River stage one • 1 direct dependent • 1 total dependent

This module is used internally by Digest::CMAC/Digest::OMAC1 and Digest::OMAC2 (which does different shifting than OMAC1 but is otherwise the same)....

NUFFIN/Digest-CMAC-0.04 - 01 Jun 2008 16:42:46 UTC

Digest::Directory::BASE - base class for Directory Digests River stage zero No dependents

Digest::Directory::BASE is a base class for creating digests of file and directory sets. Clients can specify include and exclude file and directory specifications, and then compute digests over these sets, with optional prefix trimming. Clients can a...

MGREAM/Dirgest-0.90 - 21 Oct 2002 20:34:13 UTC

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

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

Acrux::Digest - Acrux Digest base class River stage zero No dependents

Acrux Digest base class new my $provider = Acrux::Digest::Provider->new(); Returns Digest Provider instance...

ABALAMA/Acrux-0.03 - 19 Feb 2024 15:07:00 UTC

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

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

Data::Digest - Objects that represent a digest values River stage one • 1 direct dependent • 5 total dependents

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::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

Digest::BLAKE2 - Perl XS interface to the BLAKE2 algorithms River stage one • 1 direct dependent • 1 total dependent

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::BLAKE3 - Perl extension for the BLAKE3 hash function River stage zero No dependents

The "Digest::BLAKE3" module is a Perl wrapper for the "libblake3" library providing the BLAKE3 hash function, as found at <https://blake3.io/>. Because building "libblake3" can get finicky (especially if you don't have the latest and greatest compile...

BLGL/Digest-BLAKE3-0.002 - 04 Jul 2022 21:23:06 UTC

Digest::Bcrypt - Perl interface to the bcrypt digest algorithm River stage one • 4 direct dependents • 9 total dependents

Digest::Bcrypt provides a Digest-based interface to the Crypt::Bcrypt library. Please note that you must set a "salt" of exactly 16 octets in length, and you must provide a "cost" in the range 1..31....

CAPOEIRAB/Digest-Bcrypt-1.212 - 16 Jan 2022 20:16:48 UTC

Digest::ssdeep - Pure Perl ssdeep (CTPH) fuzzy hashing River stage zero No dependents

This module provides simple implementation of ssdeep fuzzy hashing also known as Context Triggered Piecewise Hashing (CTPH). Fuzzy hashing algorithm Please, refer to Jesse Kornblum's paper for a detailed discussion ("SEE ALSO"). To calculate the CTPH...

RGUZMAN/Digest-ssdeep-0.9.3 - 08 Nov 2013 11:49:29 UTC

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

The "Digest::BLAKE2x" module provides an interface to the BLAKE2x 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 fas...

GUNYA/Digest-BLAKE2-0.02 - 25 Mar 2014 01:36:11 UTC

AnyEvent::Digest - A tiny AnyEvent wrapper for Digest::* River stage one • 1 direct dependent • 1 total dependent

To calculate message digest for large files may take several seconds. It may block your program even if you use AnyEvent. This module is a tiny AnyEvent wrapper for "Digest::*" modules, not to block your program during digest calculation. Default bac...

YAKEX/AnyEvent-Digest-v0.0.5 - 08 Oct 2013 14:33:52 UTC

Digest::HMAC_MD6 - MD6 Keyed-Hashing for Message Authentication River stage one • 1 direct dependent • 1 total dependent

This module provides HMAC-MD6 hashing....

ANDYA/Digest-HMAC_MD6-0.01 - 18 Jun 2009 10:14:19 UTC

Digest::QuickXor - The QuickXorHash River stage zero No dependents

Digest::QuickXor implements the QuickXorHash. The QuickXorHash is the digest used by Microsoft on Office 365 OneDrive for Business and Sharepoint. It was published by Microsoft in 2016 in form of a C# script. The explanation describes it as a "quick,...

TEKKI/Digest-QuickXor-0.03 - 06 Dec 2019 18:07:46 UTC

File::Modified - checks intelligently if files have changed River stage one • 1 direct dependent • 1 total dependent

This module provides a simple mechanism for identifying when the contents of one or more files have changed. It was initially intended for programs to detect when their configuration files (or the module they rely on) have changed. There are currentl...

NEILB/File-Modified-0.10 - 26 Oct 2015 22:29:34 UTC

Digest::MultiHash - XOR based, variable width multiplexing of hashes (a generalized Digest::SV1). River stage one • 1 direct dependent • 1 total dependent

This class inherits from Digest::base, and provides generalized digest multiplexing. It will multiplex all calls to "add" to all of it's sub digest objects. Likewise, when the final digest is extracted the digests will be extracted and then XOR'd ove...

NUFFIN/Crypt-Util-0.11 - 27 May 2010 09:58:24 UTC

Digest::Whirlpool - A 512-bit, collision-resistant, one-way hash function River stage one • 1 direct dependent • 1 total dependent

Provides an interface to the WHIRLPOOL hash algorithm. This module subclasses Digest::base and can be used either directly or through the Digest meta-module. Using the latter is recommended....

AVAR/Digest-Whirlpool-2.04 - 01 Dec 2014 21:20:58 UTC
25 results (0.075 seconds)