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

Search results for "module:Digest::file"

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::file - Calculate digests of files River stage four • 75 direct dependents • 9630 total dependents

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::MD5::File - Perl extension for getting MD5 sums for files and urls. River stage two • 10 direct dependents • 14 total dependents

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

File::RsyncP::Digest - Perl interface to rsync message digest algorithms River stage zero No dependents

The File::RsyncP::Digest module allows you to compute rsync digests, including the RSA Data Security Inc. MD4 Message Digest algorithm, and Adler32 checksums from within Perl programs. Rsync Digests Rsync uses two main digests (or checksums), for che...

CBARRATT/File-RsyncP-0.76 - 25 Sep 2020 20:39:33 UTC

File::Find::Rule::Digest - rules for matchig checksum River stage zero No dependents

File::Find::Rule::Digest allows you to find files based on its checksums....

MIYAGAWA/File-Find-Rule-Digest-0.01 - 26 Nov 2002 11:38:45 UTC

Mojo::File::Role::Digest - A role for Mojo::File to calculate digests River stage one • 1 direct dependent • 1 total dependent

Mojo::File::Role::Digest is a role for Mojo::File to calculate MD5, SHA1, SHA256, and QuickXor digests. If the path isn't an existing file, all methods return an empty string ''....

TEKKI/Mojo-File-Role-Digest-0.04 - 31 Jan 2020 10:21:31 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

lib/Apache/Auth/UserDB/File/Digest.pm River stage zero No dependents

JMEHNLE/Apache-Auth-UserDB-v0.120 - 18 Sep 2007 01:56:53 UTC

Store::Digest::Driver::FileSystem - File system driver for Store::Digest River stage zero No dependents

DORIAN/Store-Digest-0.06 - 25 Mar 2018 05:36:18 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

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

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

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::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::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::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
124 results (0.049 seconds)