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

Search results for "Digest::HMAC"

Digest::HMAC - Keyed-Hashing for Message Authentication River stage three • 100 direct dependents • 479 total dependents

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 - Search in distribution

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 - Search in distribution

Crypt::PBKDF2::Hash::DigestHMAC - Digest::HMAC hash support for Crypt::PBKDF2. River stage three • 7 direct dependents • 146 total dependents

Uses Digest::HMAC to make nearly any Digest-compatible module compatible with Crypt::PKBDF2 by driving it with the standard HMAC algorithm to combine the key and the data....

ARODLAND/Crypt-PBKDF2-0.161520 - 31 May 2016 18:55:16 UTC - Search in distribution

PBKDF2::Tiny - Minimalist PBKDF2 (RFC 2898) with HMAC-SHA1 or HMAC-SHA2 River stage one • 5 direct dependents • 9 total dependents

This module provides an RFC 2898 <https://tools.ietf.org/html/rfc2898> compliant PBKDF2 implementation using HMAC-SHA1 or HMAC-SHA2 in under 100 lines of code. If you are using Perl 5.10 or later, it uses only core Perl modules. If you are on an earl...

DAGOLDEN/PBKDF2-Tiny-0.005 - 20 Nov 2014 10:52:03 UTC - Search in distribution

Crypt::Mac::HMAC - Message authentication code HMAC River stage three • 62 direct dependents • 246 total dependents

Provides an interface to the HMAC message authentication code (MAC) algorithm....

MIK/CryptX-0.080 - 04 Oct 2023 11:07:16 UTC - Search in distribution
  • CryptX - Cryptographic toolkit

Crypt::PWSafe3::SHA256 - HMAC Helper Class River stage one • 1 direct dependent • 1 total dependent

This is a small helper class used to work with SHA256 in Digest::HMAC module. This is because the Digest::HMAC module requires a module as parameter for the algorithm but Digest::SHA256 doesn't exist as a module. This module here is just a wrapper, i...

TLINDEN/Crypt-PWSafe3-1.22 - 14 Mar 2016 07:37:38 UTC - Search in distribution

Dipki::Hmac - Compute keyed-hash based message authentication code (HMAC) values. River stage zero No dependents

DAVIDI/Dipki-0.01 - 30 Mar 2022 13:24:27 UTC - Search in distribution

LibWeb::Digest - Digest generation for libweb applications River stage zero No dependents

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 - Search in distribution

Crypt::Util - A lightweight Crypt/Digest convenience API River stage one • 1 direct dependent • 1 total dependent

This module provides an easy, intuitive and forgiving API for wielding crypto-fu. The API is designed as a cascade, with rich features built using simpler ones. this means that the option processing is uniform throughout, and the behaviors are genera...

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

Cookie - Cookie Object with Encryption or Signature River stage one • 2 direct dependents • 5 total dependents

This is a powerful and versatile package to create and represent a cookie compliant with the latest standard as set by rfc6265 <https://datatracker.ietf.org/doc/html/rfc6265>. This can be used as a standalone module, or can be managed as part of the ...

JDEGUEST/Cookie-v0.3.5 - 12 Feb 2024 23:53:10 UTC - Search in distribution

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 - Search in distribution

Mhash - Perl extension for Mhash Hash library River stage zero No dependents

This is an perl interface to the Mhash hash library, which provides a uniform interface to a large number of hash algorithms (also known as "one-way" algorithms). These algorithms can be used to compute checksums, message digests, and other signature...

FKUO/Mhash-0.90 - 15 Dec 2000 05:40:04 UTC - Search in distribution

Net::SNMP - Object oriented interface to SNMP River stage two • 40 direct dependents • 44 total dependents

The Net::SNMP module abstracts the intricate details of the Simple Network Management Protocol by providing a high level programming interface to the protocol. Each Net::SNMP object provides a one-to-one mapping between a Perl object and a remote SNM...

DTOWN/Net-SNMP-v6.0.1 - 10 Sep 2010 00:15:52 UTC - Search in distribution

XML::Sig - XML::Sig - A toolkit to help sign and verify XML Digital Signatures River stage one • 1 direct dependent • 1 total dependent

This perl module provides two primary capabilities: given an XML string, create and insert digital signatures, or if one is already present in the string verify it -- all in accordance with the W3C standard governing XML signatures....

TIMLEGGE/XML-Sig-0.65 - 21 Nov 2023 22:39:12 UTC - Search in distribution

Net::SSLeay - Perl bindings for OpenSSL and LibreSSL River stage four • 166 direct dependents • 2151 total dependents

This module provides Perl bindings for libssl (an SSL/TLS API) and libcrypto (a cryptography API)....

CHRISN/Net-SSLeay-1.94 - 08 Jan 2024 01:22:27 UTC - Search in distribution

IMAP::Admin - Perl module for basic IMAP server administration River stage zero No dependents

IMAP::Admin provides basic IMAP server adminstration. It provides functions for creating and deleting mailboxes and setting various information such as quotas and access rights. It's interface should, in theory, work with any RFC compliant IMAP serve...

EESTABROO/IMAP-Admin-1.6.8 - 01 Apr 2016 19:08:30 UTC - Search in distribution

Net::SSH2 - Support for the SSH 2 protocol via libssh2. River stage one • 6 direct dependents • 6 total dependents

Net::SSH2 is a Perl interface to the libssh2 (<http://www.libssh2.org>) library. It supports the SSH2 protocol (there is no support for SSH1) with all of the key exchanges, ciphers, and compression of libssh2. Even if the module can be compiled and l...

RKITOVER/Net-SSH2-0.73 - 03 Aug 2022 16:10:45 UTC - Search in distribution

WebSocket - WebSocket Client & Server River stage zero No dependents

This is the client (WebSocket::Client) and server (WebSocket::Server) implementation of WebSocket api. It provides a comprehensive well documented and hopefully easy-to-use implementation. Also, this api, by design, does not die, but rather returns "...

JDEGUEST/WebSocket-v0.2.0 - 06 Oct 2023 01:37:22 UTC - Search in distribution

Mojo::Util - Portable utility functions River stage four • 943 direct dependents • 1041 total dependents

Mojo::Util provides portable utility functions for Mojo....

SRI/Mojolicious-9.36 - 08 Mar 2024 22:16:38 UTC - Search in distribution

Net::OAuth - OAuth 1.0 for Perl River stage two • 35 direct dependents • 79 total dependents

OAUTH MESSAGES An OAuth message is a set of key-value pairs. The following message types are supported: Requests * Request Token (Net::OAuth::RequestTokenRequest) * Access Token (Net::OAuth::AccessTokenRequest) * User Authentication (Net::OAuth::User...

KGRENNAN/Net-OAuth-0.28 - 06 Jan 2012 06:08:03 UTC - Search in distribution
66 results (0.07 seconds)