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

Search results for "module:Authen::Passphrase"

Authen::Passphrase - hashed passwords/passphrases as objects River stage two • 14 direct dependents • 30 total dependents

This is the base class for a system of objects that encapsulate passphrases. An object of this type is a passphrase recogniser: its job is to recognise whether an offered passphrase is the right one. For security, such passphrase recognisers usually ...

ZEFRAM/Authen-Passphrase-0.008 - 04 Feb 2012 14:08:39 UTC

Authen::Passphrase::Clear - cleartext passphrases River stage two • 14 direct dependents • 30 total dependents

An object of this class is a passphrase recogniser that accepts some particular passphrase which it knows. This is a subclass of Authen::Passphrase, and this document assumes that the reader is familiar with the documentation for that class. *Warning...

ZEFRAM/Authen-Passphrase-0.008 - 04 Feb 2012 14:08:39 UTC

Authen::Passphrase::Scrypt - passphrases using Tarsnap's scrypt algorithm River stage zero No dependents

This is experimental code, DO NOT USE in security-critical software. Scrypt is a key derivation function that was originally developed for use in the Tarsnap online backup system and is designed to be far more secure against hardware brute-force atta...

MGV/Authen-Passphrase-Scrypt-0.002 - 14 Apr 2018 19:24:18 UTC

Authen::Passphrase::NTHash - passphrases using the NT-Hash algorithm River stage two • 14 direct dependents • 30 total dependents

An object of this class encapsulates a passphrase hashed using the NT-Hash function. This is a subclass of Authen::Passphrase, and this document assumes that the reader is familiar with the documentation for that class. The NT-Hash scheme is based on...

ZEFRAM/Authen-Passphrase-0.008 - 04 Feb 2012 14:08:39 UTC

Authen::Passphrase::Argon2 - Store and check password using Argon2 River stage zero No dependents

LNATION/Authen-Passphrase-Argon2-1.00 - 25 Apr 2020 19:53:43 UTC

Authen::Passphrase::PHPass - passphrases using the phpass algorithm River stage two • 14 direct dependents • 30 total dependents

An object of this class encapsulates a passphrase hashed using the phpass algorithm invented by Solar Designer and described at <http://www.openwall.com/phpass/>. This is a subclass of Authen::Passphrase, and this document assumes that the reader is ...

ZEFRAM/Authen-Passphrase-0.008 - 04 Feb 2012 14:08:39 UTC

Apache2::Authen::Passphrase - basic authentication with Authen::Passphrase River stage one • 1 direct dependent • 1 total dependent

Apache2::Authen::Passphrase is a perl module which provides easy-to-use Apache2 authentication. It exports some utility functions and it contains a PerlAuthenHandler. The password hashes are stored in YAML files in an directory (called the "rootdir")...

MGV/Apache2-Authen-Passphrase-0.002002 - 13 Jun 2015 11:39:11 UTC

Authen::Passphrase::Crypt16 - passphrases using Ultrix crypt16 algorithm River stage two • 14 direct dependents • 30 total dependents

An object of this class encapsulates a passphrase hashed using the "crypt16" hash function found in Ultrix and Tru64. Do not confuse this with the "bigcrypt" found on HP-UX, Digital Unix, and OSF/1 (for which see Authen::Passphrase::BigCrypt). This i...

ZEFRAM/Authen-Passphrase-0.008 - 04 Feb 2012 14:08:39 UTC

Authen::Passphrase::MySQL41 - passphrases using the MySQL v4.1 algorithm River stage two • 14 direct dependents • 30 total dependents

An object of this class encapsulates a passphrase hashed using the algorithm used by MySQL from version 4.1. This is a subclass of Authen::Passphrase, and this document assumes that the reader is familiar with the documentation for that class. The My...

ZEFRAM/Authen-Passphrase-0.008 - 04 Feb 2012 14:08:39 UTC

Authen::Passphrase::MySQL323 - passphrases using the MySQL v3.23 algorithm River stage two • 14 direct dependents • 30 total dependents

An object of this class encapsulates a passphrase hashed using the algorithm used by MySQL from version 3.23. This is a subclass of Authen::Passphrase, and this document assumes that the reader is familiar with the documentation for that class. The M...

ZEFRAM/Authen-Passphrase-0.008 - 04 Feb 2012 14:08:39 UTC

Authen::Passphrase::VMSPurdy - passphrases with the VMS Purdy polynomial system River stage two • 14 direct dependents • 30 total dependents

An object of this class encapsulates a passphrase hashed using one of the Purdy polynomial hash functions used in VMS. This is a subclass of Authen::Passphrase, and this document assumes that the reader is familiar with the documentation for that cla...

ZEFRAM/Authen-Passphrase-0.008 - 04 Feb 2012 14:08:39 UTC

Authen::Passphrase::MD5Crypt - passphrases using the MD5-based Unix crypt() River stage two • 14 direct dependents • 30 total dependents

An object of this class encapsulates a passphrase hashed using the MD5-based Unix crypt() hash function. This is a subclass of Authen::Passphrase, and this document assumes that the reader is familiar with the documentation for that class. The crypt(...

ZEFRAM/Authen-Passphrase-0.008 - 04 Feb 2012 14:08:39 UTC

Authen::Passphrase::DESCrypt - passphrases using the DES-based Unix crypt() River stage two • 14 direct dependents • 30 total dependents

An object of this class encapsulates a passphrase hashed using some form of the DES-based Unix crypt() hash function. This is a subclass of Authen::Passphrase, and this document assumes that the reader is familiar with the documentation for that clas...

ZEFRAM/Authen-Passphrase-0.008 - 04 Feb 2012 14:08:39 UTC

Authen::Passphrase::BigCrypt - passphrases using bigcrypt algorithm River stage two • 14 direct dependents • 30 total dependents

An object of this class encapsulates a passphrase hashed using the "bigcrypt" hash function found in HP-UX, Digital Unix, OSF/1, and some other flavours of Unix. Do not confuse this with the "crypt16" found on Ultrix and Tru64 (for which see Authen::...

ZEFRAM/Authen-Passphrase-0.008 - 04 Feb 2012 14:08:39 UTC

Authen::Passphrase::RejectAll - reject all passphrases River stage two • 14 direct dependents • 30 total dependents

An object of this class is a passphrase recogniser that accepts any passphrase whatsoever. This is a subclass of Authen::Passphrase, and this document assumes that the reader is familiar with the documentation for that class. This type of passphrase ...

ZEFRAM/Authen-Passphrase-0.008 - 04 Feb 2012 14:08:39 UTC

Authen::Passphrase::AcceptAll - accept any passphrase River stage two • 14 direct dependents • 30 total dependents

An object of this class is a passphrase recogniser that accepts any passphrase whatsoever. This is a subclass of Authen::Passphrase, and this document assumes that the reader is familiar with the documentation for that class. This type of passphrase ...

ZEFRAM/Authen-Passphrase-0.008 - 04 Feb 2012 14:08:39 UTC

Authen::Passphrase::LANManager - passphrases using the LAN Manager hash algorithm River stage two • 14 direct dependents • 30 total dependents

An object of this class encapsulates a passphrase hashed using the Microsoft LAN Manager hash function. This is a subclass of Authen::Passphrase, and this document assumes that the reader is familiar with the documentation for that class. The hash al...

ZEFRAM/Authen-Passphrase-0.008 - 04 Feb 2012 14:08:39 UTC

Authen::Passphrase::SaltedSHA512 - Safe, Sane, and Simple passphrase salting, hashing and authentication. River stage one • 1 direct dependent • 1 total dependent

Authen::Passhprase::SaltedSHA512 is designed to simplify the process of generating random salt for, and a salted hash of a user supplied passphrase. It is also designed to easily authenticate a user supplied passphrase against a given salt and hash. ...

DAVIDO/Authen-Passphrase-SaltedSHA512-0.07 - 05 Mar 2013 19:35:51 UTC

Authen::Passphrase::NetscapeMail - passphrases using Netscape Mail Server's method River stage two • 14 direct dependents • 30 total dependents

An object of this class encapsulates a passphrase hashed using the algorithm used by Netscape Mail Server. This is a subclass of Authen::Passphrase, and this document assumes that the reader is familiar with the documentation for that class. The Nets...

ZEFRAM/Authen-Passphrase-0.008 - 04 Feb 2012 14:08:39 UTC

Authen::Passphrase::SaltedDigest - passphrases using the generic salted digest algorithm River stage two • 14 direct dependents • 30 total dependents

An object of this class encapsulates a passphrase hashed using a generic digest-algorithm-based scheme. This is a subclass of Authen::Passphrase, and this document assumes that the reader is familiar with the documentation for that class. The salt is...

ZEFRAM/Authen-Passphrase-0.008 - 04 Feb 2012 14:08:39 UTC
25 results (0.032 seconds)