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

Search results for "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 - Search in distribution

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

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

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 - Search in distribution
  • aap-passwd - passwd utility for Apache2::Authen::Passphrase

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

MooseX::Types::Authen::Passphrase - Authen::Passphrase type constraint and coercions River stage one • 1 direct dependent • 5 total dependents

This MooseX::Types library provides string coercions for the Authen::Passphrase family of classes....

ETHER/MooseX-Types-Authen-Passphrase-0.04 - 06 Aug 2014 06:02:31 UTC - Search in distribution

DBIx::Class::InflateColumn::Authen::Passphrase - Inflate/deflate columns to Authen::Passphrase instances River stage two • 3 direct dependents • 11 total dependents

Provides inflation and deflation for Authen::Passphrase instances from and to either RFC 2307 or crypt encoding. To enable both inflating and deflating, "inflate_passphrase" must be set to a valid passphrase encoding. Currently the only supported enc...

ETHER/DBIx-Class-InflateColumn-Authen-Passphrase-0.03 - 30 Jun 2019 23:00:55 UTC - Search in distribution

DBIx::Class::Migration::RunScript::Trait::AuthenPassphrase - encode values River stage zero No dependents

This trait is only useful if you are using DBIx::Class::Migration. We've supplied this as an external CPAN module since Authen::Passphrase has a dependency weight we didn't want to impose on core DBIx::Class::Migration. Sometimes when you are adding ...

JJNAPIORK/DBIx-Class-Migration-RunScript-Trait-AuthenPassphrase-0.002 - 01 Jan 2013 16:30:33 UTC - Search in distribution

Chouette - REST API Framework River stage zero No dependents

Chouette is a framework for making asynchronous HTTP services. It makes some opinionated design choices, but is otherwise fairly flexible. AnyEvent is used as the glue to connect all the asynchronous libraries, although Chouette depends on Feersum an...

FRACTAL/Chouette-0.102 - 13 Feb 2017 17:13:06 UTC - Search in distribution

Passwords - Provides an easy to use API for the creation and management of passwords in a secure manner River stage one • 1 direct dependent • 1 total dependent

PHIPSTER/Passwords-0.01 - 04 May 2014 09:52:18 UTC - Search in distribution

AnyEvent::Task - Client/server-based asynchronous worker pool River stage one • 1 direct dependent • 1 total dependent

The synopses make this module look much more complicated than it actually is. In a nutshell, a synchronous worker process is forked off by a server whenever a client asks for one. The client keeps as many of these workers around as it wants and deleg...

FRACTAL/AnyEvent-Task-0.805 - 13 Feb 2017 17:02:33 UTC - Search in distribution

KiokuX::User - A generic role for user objects stored in KiokuDB River stage one • 2 direct dependents • 4 total dependents

This role provides a fairly trivial set of attributes and methods designed to ease the storage of objects representing users in a KiokuDB database. It consumes KiokuX::User::ID which provides the "id" attribute and related methods as well as KiokuDB:...

FLORA/KiokuX-User-0.02 - 08 Aug 2010 11:37:43 UTC - Search in distribution

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

Class::User::DBI - A User class: Login credentials, roles, privileges, domains. River stage zero No dependents

The module is designed to simplify user logins, authentication, role based access control (authorization), as well as domain (locality) constraint access control. It stores user credentials, roles, and basic user information in a database via a DBIx:...

DAVIDO/Class-User-DBI-0.10 - 08 Dec 2012 07:49:26 UTC - Search in distribution

Task::KiokuDB - Install KiokuDB and related modules. River stage one • 1 direct dependent • 1 total dependent

This bundle installs KiokuDB and depending on the environment several additional components....

DOY/Task-KiokuDB-0.07 - 02 May 2012 21:43:42 UTC - Search in distribution

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

String::Compare::ConstantTime - Timing side-channel protected string compare River stage two • 3 direct dependents • 10 total dependents

This module provides one function, "equals" (not exported by default). You should pass this function two strings of the same length. Just like perl's "eq", it will return true if they are string-wise identical and false otherwise. However, comparing ...

FRACTAL/String-Compare-ConstantTime-0.321 - 17 Jun 2019 13:33:11 UTC - Search in distribution

Captive::Portal::Role::Config - config reader for Captive::Portal River stage zero No dependents

Config file parser and storage for cfg hash. The configuration syntax is perl....

GAISSMAI/Captive-Portal-4.10 - 19 Mar 2013 10:44:00 UTC - Search in distribution

Config::Eggdrop::Userfile - parse userfiles generated by Eggdrop River stage zero No dependents

This is a fairly simple regex-based parser module for Eggdrop userfiles. Eggdrop userfiles contain information (including passwords) about eggdrop partyline user accounts....

MWILHELMY/Config-Eggdrop-Userfile-0.01 - 25 Nov 2019 23:03:46 UTC - Search in distribution

Password::OWASP - OWASP recommendations for password storage in perl River stage zero No dependents

This module tries to implement OWASP <https://owasp.org> password recommendations for safe storage in Perl. In short OWASP recommends the following: * Don't limit password length or characters * Hash the password before you crypt them (deprecated) * ...

WATERKIP/Password-OWASP-0.005 - 02 Sep 2022 23:41:17 UTC - Search in distribution
33 results (0.07 seconds)