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

Search results for "module:Crypt::Password"

Crypt::Password - Unix-style, Variously Hashed Passwords River stage one • 2 direct dependents • 2 total dependents

This is just a wrapper for perl's "crypt()", which can do everything you would probably want to do to store a password, but this is to make usage easier. The object stringifies to the return string of the crypt() function, which is (on Linux/glibc et...

DRSTEVE/Crypt-Password-0.28 - 18 Feb 2012 03:26:39 UTC

Crypt::Password::Util - Crypt password utilities River stage two • 4 direct dependents • 25 total dependents

Crypt::Password::Util provides routines to: 1) generate crypted password; 2) recognition of whether a string is a crypted password or not, and its crypt type. It recognizes several types of crypt methods: * BCRYPT Passphrase scheme based on Blowfish,...

PERLANCAR/Crypt-Password-Util-0.17 - 21 Jan 2016 15:38:52 UTC

Crypt::Password::StretchedHash - simple library for password hashing and stretching River stage zero No dependents

Crypt::Password::StretchedHash is simple library for password hashing and stretching. This module is available in generation and validation of the stretched password hash....

RITOU/Crypt-Password-StretchedHash-0.05 - 28 Jun 2013 11:09:17 UTC

Crypt::Password::StretchedHash::HashInfo - Base class that specifies accessor for password information. River stage zero No dependents

Crypt::Password::StretchedHash::HashInfo is base class that specifies accessor for password information. You have to inherit this, and implements subroutines according to the interface contract....

RITOU/Crypt-Password-StretchedHash-0.05 - 28 Jun 2013 11:09:17 UTC

Crypt::XkcdPassword - see http://xkcd.com/936/ River stage zero No dependents

Yet another password generator module inspired by <http://xkcd.com/936/>. Constructor * "new(%attr)" Creates a new generator. A single generator can be used to generate as many passwords as you like. Attributes This is a Moo-based class. * "words" An...

TOBYINK/Crypt-XkcdPassword-0.009 - 13 Sep 2014 20:04:09 UTC

Crypt::GeneratePassword - generate secure random pronounceable passwords River stage one • 2 direct dependents • 2 total dependents

Crypt::GeneratePassword generates random passwords that are (more or less) pronounceable. Unlike Crypt::RandPasswd, it doesn't use the FIPS-181 NIST standard, which is proven to be insecure. It does use a similar interface, so it should be a drop-in ...

NEILB/Crypt-GeneratePassword-0.05 - 14 Nov 2015 23:01:39 UTC

CtrlO::Crypt::XkcdPassword - Yet another xkcd style password generator River stage zero No dependents

"CtrlO::Crypt::XkcdPassword" generates a random password using the algorithm suggested in <https://xkcd.com/936/>: It selects 4 words from a curated list of words and combines them into a hopefully easy to remember password (actually a passphrase, bu...

DOMM/CtrlO-Crypt-XkcdPassword-1.011 - 11 Nov 2021 21:13:16 UTC

lib/Crypt/GeneratePassword/en.pm River stage one • 2 direct dependents • 2 total dependents

NEILB/Crypt-GeneratePassword-0.05 - 14 Nov 2015 23:01:39 UTC

lib/Crypt/XkcdPassword/Words.pm River stage zero No dependents

TOBYINK/Crypt-XkcdPassword-0.009 - 13 Sep 2014 20:04:09 UTC

lib/Crypt/GeneratePassword/de.pm River stage one • 2 direct dependents • 2 total dependents

NEILB/Crypt-GeneratePassword-0.05 - 14 Nov 2015 23:01:39 UTC

lib/Crypt/XkcdPassword/Words/IT.pm River stage zero No dependents

TOBYINK/Crypt-XkcdPassword-0.009 - 13 Sep 2014 20:04:09 UTC

lib/Crypt/XkcdPassword/Words/sys.pm River stage zero No dependents

TOBYINK/Crypt-XkcdPassword-0.009 - 13 Sep 2014 20:04:09 UTC

lib/Crypt/XkcdPassword/Words/EN.pm River stage zero No dependents

TOBYINK/Crypt-XkcdPassword-0.009 - 13 Sep 2014 20:04:09 UTC

lib/Crypt/XkcdPassword/Words/EN/Roget.pm River stage zero No dependents

TOBYINK/Crypt-XkcdPassword-0.009 - 13 Sep 2014 20:04:09 UTC

Crypt::PWSafe3::PasswordPolicy - represent a passwordsafe v3 passwprd policy entry of a record. River stage one • 1 direct dependent • 1 total dependent

The following flags can be set (1 = TRUE, 0 = FALSE): - UseLowercase - UseUppercase - UseDigits - UseSymbols - UseHexDigits - UseEasyVision - MakePronounceable The following numerical settings can be tuned: - MaxLength - MinLowercase - MinUppercase -...

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

Crypt::XkcdPassword::Words::XKCDCommon1949 - xkcd common wordlist for Crypt::XkcdPassword River stage one • 1 direct dependent • 1 total dependent

Interface for Crypt::XkcdPassword to the XKCD common 1949 wordlist. Functions words Returns a reference to an array of 1949 common words. Don't mess with them....

MARKF/Crypt-XKCDCommon1949-1.00 - 20 Apr 2013 12:03:31 UTC

CtrlO::Crypt::XkcdPassword::Wordlist::en_gb - default word list for CtrlO::Crypt::XkcdPassword River stage zero No dependents

Subclass of Wordlist providing the default word list for CtrlO::Crypt::XkcdPassword. Please see Wordlist for the API if ever need to use this word list in another context. Wordlist source Custom wordlist generated from http://app.aspell.net/create us...

DOMM/CtrlO-Crypt-XkcdPassword-1.011 - 11 Nov 2021 21:13:16 UTC

Crypt::MySQL - emulate MySQL PASSWORD() function. River stage two • 1 direct dependent • 31 total dependents

Crypt::MySQL emulates MySQL PASSWORD() SQL function, without libmysqlclient. You can compare encrypted passwords, without real MySQL environment....

IKEBE/Crypt-MySQL-0.04 - 14 Aug 2006 10:32:51 UTC

Crypt::PBKDF2 - The PBKDF2 password hashing algorithm. River stage three • 7 direct dependents • 146 total dependents

PBKDF2 is a secure password hashing algorithm that uses the techniques of "key strengthening" to make the complexity of a brute-force attack arbitrarily high. PBKDF2 uses any other cryptographic hash or cipher (by convention, usually HMAC-SHA1, but "...

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

Crypt::PKCS5 - PKCS #5 v2.1: Password-Based Cryptography Standard. River stage zero No dependents

Blah blah blah....

OYAMA/Crypt-PKCS5-0.02 - 08 Oct 2013 06:58:50 UTC
143 results (0.051 seconds)