Search results for "module:password"
DBIx::Password - Allows you to create a global password file for DB passwords
Don't you hate keeping track of database passwords and such throughout your scripts? How about the problem of changing those passwords on a mass scale? This module is one possible solution. When you go to build this module it will ask you to create v...
KROW/DBIx-Password-1.9 - 17 May 2008 06:28:29 UTC
Data::Password - Perl extension for assessing password quality.
This module checks potential passwords for crackability. It checks that the password is in the appropriate length, that it has enough character groups, that it does not contain the same characters repeatedly or ascending or descending characters, or ...
RAZINF/Data-Password-1.12 - 16 Jan 2015 21:23:13 UTC
Password::OWASP - OWASP recommendations for password storage in perl
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
Crypt::Password - Unix-style, Variously Hashed Passwords
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
Password::Policy - Make managing multiple password strength profiles easy
Password::Policy is an easy way to manage multiple password strength/encryption profiles. The two most obvious use cases are: - You are running multiple sites with a similar/shared backend, and they have different policies for password strength - You...
ANELSON/Password-Policy-0.04 - 02 Feb 2015 12:22:18 UTC
OpenSMTPD::Password - Perl extension for creating password hashes
Simple module for creating and verifying password hashes for OpenSMTPD. Subroutines "newhash" Returns a hash of the password suitable for use with smtpd(8) "checkhash" Returns a true value if the plaintext password matches the provided hash....
NAVALNED/OpenSMTPD-Password-0.03 - 08 Jun 2020 14:31:43 UTC
HTML::GUI::password - Create and control a password input for webapp
JCHASSLER/HTML-GUI-0.04
-
23 Oct 2009 20:05:59 UTC
Azure::AD::Password - Azure AD Password authentication flow
Implements the Azure AD Password flow. In general Microsoft does not advise customers to use it as it's less secure than the other flows, and it is not compatible with conditional access. See Azure::AD::Auth for more information and alternative flows...
JLMARTIN/Azure-AD-Auth-0.04 - 15 Feb 2022 17:38:57 UTC
Text::Password::MD5 - generate and verify Password with unix_md5_crypt()
Text::Password::MD5 is the part of Text::Password::AutoMigration. DON'T USE directly. Constructor and initialization new() No arguments are required. But you can set some parameters. default You can set default length with param 'default' like below:...
WORTHMINE/Text-Password-AutoMigration-0.18 - 14 Dec 2022 18:17:00 UTC
Text::Password::SHA - generate and verify Password with SHA
Text::Password::SHA is the last part of Text::Password::AutoMigration. Constructor and initialization new() No arguments are required. But you can set some arguments. default( *Int* ) You can set other length to 'default' like below: $pwd = Text::Pas...
WORTHMINE/Text-Password-AutoMigration-0.18 - 14 Dec 2022 18:17:00 UTC
App::Raps2::Password - Password class for App::Raps2
App::Raps2::Pasword is a wrapper around Crypt::Eksblowfish....
DERF/App-Raps2-0.54 - 04 Oct 2015 16:13:42 UTC
Crypt::Password::Util - Crypt password utilities
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
Cisco::SNMP::Password - Password Interface for Cisco Management
This module is deprecated. Please use Crypt::Cisco. This will be removed from future releases. The following methods implement the type-7 password encryption / decryption. The algorithm is freely available on the Internet on several sites; thus, I ca...
VINSWORLD/Cisco-SNMP-1.05 - 06 Oct 2017 12:34:12 UTC
Data::Password::Check - sanity check passwords
Users can be lazy. If you're a perl programmer this is a good thing. If you're choosing a password this is a bad thing. This module performs some sanity checks on passwords. Details on checks than can be performed are described below....
CHISEL/Data-Password-Check-0.08 - 12 Jul 2007 10:22:26 UTC
App::Widget::Password - An HTML password field
This class is a <input type=password> HTML element....
SPADKINS/App-Widget-0.968 - 09 Jun 2010 21:33:31 UTC
Data::Password::Meter - Check the strength of passwords
Check the strength of a password. The scoring is based on Passwordmeter <http://www.geekwisdom.com/js/passwordmeter.js> by Steve Moitozo....
AKRON/Data-Password-Meter-0.10 - 07 Feb 2021 15:49:28 UTC
Data::Password::Filter - Interface to the password filter.
The module is a simple attempt to convert an article written by Christopher Frenz on the topic "The Development of a Perl-based Password Complexity Filter".However I took the liberty to add my flavour on top of it. <http://perl.sys-con.com/node/19116...
MANWAR/Data-Password-Filter-0.18 - 24 Oct 2018 04:57:13 UTC
Data::Password::zxcvbn - Dropbox's password estimation logic
This is a Perl port of Dropbox's password strength estimation library, "zxcvbn" <https://github.com/dropbox/zxcvbn>. The code layout has been reworked to be generally nicer (e.g. we use classes instead of dispatch tables, all data structures are immu...
DAKKAR/Data-Password-zxcvbn-1.1.2 - 04 Apr 2023 14:52:12 UTC
Haineko::CLI::Password - Utility class for hainekoctl pw
Haineko::CLI::Password provide methods for generating a password used in Basic Authentication like "htpasswd" command of Apache....
AKXLIX/Haineko-0.2.16 - 25 Jan 2014 12:23:27 UTC