Search results for "module:Digest::SHA1"
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
Crypt::Digest::SHA1 - Hash function SHA-1 [size: 160 bits]
Provides an interface to the SHA1 digest algorithm....
MIK/CryptX-0.080 - 04 Oct 2023 11:07:16 UTC
Template::Plugin::Digest::SHA1 - TT2 interface to the SHA1 Algorithm
The *Digest.SHA1* Template Toolkit plugin provides access to the NIST SHA-1 algorithm via the "Digest::SHA1" module. It is used like a plugin but installs filters and vmethods into the current context. When you invoke [% USE Digest.SHA1 %] the follow...
BARBIE/Template-Plugin-Digest-SHA1-0.05 - 31 Dec 2014 12:06:47 UTC
Bencher::Scenario::Digest::SHA1 - Benchmark Digest::SHA1 against Digest::SHA
Packaging a benchmark script as a Bencher scenario makes it convenient to include/exclude/add participants/datasets (either via CLI or Perl code), send the result to a central repository, among others . See Bencher and bencher (CLI) for more details....
PERLANCAR/Bencher-Scenario-Digest-SHA1-0.004 - 08 May 2022 00:06:19 UTC
Bencher::Scenario::Digest::SHA::SHA1 - Benchmark Digest::SHA against sha1sum
Packaging a benchmark script as a Bencher scenario makes it convenient to include/exclude/add participants/datasets (either via CLI or Perl code), send the result to a central repository, among others . See Bencher and bencher (CLI) for more details....
PERLANCAR/Bencher-Scenarios-Digest-SHA-0.004 - 13 Aug 2023 00:05:22 UTC
Digest::HMAC_SHA1 - Keyed-Hashing for Message Authentication
This module provide HMAC-SHA-1 hashing....
ARODLAND/Digest-HMAC-1.04 - 01 Apr 2021 14:16:06 UTC
Crypt::OpenPGP::Digest - PGP message digest factory
*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 UTC
Digest - Modules that calculate message digests
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
Crypt::Digest - Generic interface to hash/digest functions
Provides an interface to various hash/digest algorithms....
MIK/CryptX-0.080 - 04 Oct 2023 11:07:16 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
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
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
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
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
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::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::Trivial - Trivial but fast ways to map strings to small integers
The module provides 2 methods that take a string as input, and return an integer (the digest) between 0 and 255 inclusive. The goal is to provide functions with algorithms, that are *fast*, *repeatable*, and map to all possible integers in the range ...
ABIGAIL/Digest-Trivial-2010011301 - 13 Jan 2010 21:10:12 UTC
Digest::UserSID - Managing of Session IDs for Users on CGI- and console-scripts
Object-oriented new Creates a new reference for the session id's (SID). It also reads in $UserSID::FILE if possible and saves existing session id's into the hash %UserSID::DATA. Takes a filename in replace for $UserSID::FILE as argument. Example: use...
XWOLF/Digest-UserSID-1.05 - 21 Mar 2001 17:45:15 UTC
File::Modified - checks intelligently if files have changed
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::combined
Certain catalogues and protocols out there allow (or require) one to list several digests for a single file (or, rather, an octet sequence), provided that these are of different “kinds.” Consider, e. g., the "magnet:" URI schema, or Debian's “Package...
ONEGRAY/Digest-combined-0.1 - 09 Apr 2012 06:17:39 UTC