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

Search results for "module:Data::Password::Check"

Data::Password::Check - sanity check passwords River stage zero No dependents

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

Data::Password::Check::JPassword - Check a password's strength River stage zero No dependents

This module implements the jPassword strength algorythim in pure Perl. The algorythim is pretty simple: * Leading and trailing spaces are stripped way; * Each character is placed in one of 5 categories: uppercase (A-Z), lowercase (a-z), numbers (0-9)...

GWYN/Data-Password-Check-JPassword-0.02 - 03 Sep 2013 18:41:41 UTC

Data::Password::BasicCheck - Basic password checking River stage zero No dependents

Data::Password::BasicCheck objects will do the following checks on the given passwords: * password length is in a defined range that is estabilished at object creation; * there are at least pL symbols in password, where L is password length and p is ...

BRONTO/Data-Password-BasicCheck-2.03 - 23 Apr 2013 09:24:11 UTC

Data::Password - Perl extension for assessing password quality. River stage one • 1 direct dependent • 1 total dependent

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

SOAP::Lite - Perl's Web Services Toolkit River stage three • 110 direct dependents • 144 total dependents

SOAP::Lite is a collection of Perl modules which provides a simple and lightweight interface to the Simple Object Access Protocol (SOAP) both on client and server side....

PHRED/SOAP-Lite-1.27 - 14 May 2018 20:36:08 UTC

Uplug::Web - a web interface for Uplug River stage two • 10 direct dependents • 10 total dependents

TIEDEMANN/uplug-main-0.3.8 - 16 Mar 2013 20:19:32 UTC

Data::Password::passwdqc - Check password strength and generate password using passwdqc River stage zero No dependents

Data::Password::passwdqc provides an object oriented Perl interface to Openwall Project's passwdqc. It allows you to check password strength and also lets you generate quality controllable random password....

SHERWIN/Data-Password-passwdqc-0.09 - 05 Aug 2017 02:29:30 UTC

Data::MuForm - Data validator and form processor River stage one • 3 direct dependents • 3 total dependents

This documentation is mainly of Data::MuForm class attributes and methods. For general-purpose documentation see Data::MuForm::Manual....

GSHANK/Data-MuForm-0.05 - 02 Jul 2018 20:31:54 UTC

Data::CGIForm - Form Data Interface. River stage zero No dependents

Data::CGIForm is yet another way to parse and handle CGI form data. The main motivation behind this module was a simple specification based validator that could handle multiple values. You probably don't want to use this module. CGI::Validate is a mu...

TWILDE/Data-CGIForm-0.5 - 25 Jun 2010 14:51:16 UTC

Data::CouchDB - CouchDB document management River stage zero No dependents

This class represents couchdb as a datasource....

BINARY/Data-CouchDB-0.14 - 08 May 2015 07:39:48 UTC

Data::Session - Persistent session data management River stage one • 3 direct dependents • 5 total dependents

Data::Session is typically used by a CGI script to preserve state data between runs of the script. This gives the end user the illusion that the script never exits. It can also be used to communicate between 2 scripts, as long as they agree beforehan...

RSAVAGE/Data-Session-1.18 - 14 Feb 2021 05:38:51 UTC

Convert::TNEF - Perl module to read TNEF files River stage one • 1 direct dependent • 1 total dependent

TNEF stands for Transport Neutral Encapsulation Format, and if you've ever been unfortunate enough to receive one of these files as an email attachment, you may want to use this module. read() takes as its first argument any file handle open for read...

DOUGW/Convert-TNEF-0.18 - 23 Jul 2012 18:57:57 UTC

CGI::Ex::Auth - Handle logins nicely. River stage one • 2 direct dependents • 2 total dependents

CGI::Ex::Auth allows for auto-expiring, safe and easy web based logins. Auth uses javascript modules that perform MD5 hashing to cram the password on the client side before passing them through the internet. For the stored cookie you can choose to us...

RHANDOM/CGI-Ex-2.55 - 09 Jan 2024 16:26:02 UTC

Data::Verifier - Profile based data verification with Moose type constraints. River stage one • 4 direct dependents • 6 total dependents

Data::Verifier allows you verify data (such as web forms, which was the original idea) by leveraging the power of Moose's type constraint system....

MANWAR/Data-Verifier-0.65 - 02 May 2023 22:03:20 UTC

Data::TreeDraw - Graphical representation of nested data structures. River stage zero No dependents

While this module was written for me to visualise the internal structure of Perl5 Objects I was developing it should serve for any data-structure where you need to quickly analyse, understand and check the internal structure and values *and* more imp...

DSTH/Data-TreeDraw-0.0.5 - 23 Jan 2010 21:27:25 UTC

Data::Password::Common - Check a password against a list of common passwords River stage zero No dependents

This module installs a list of over 557,000 common passwords and provides a function to check a string against the list. The password list is taken from InfoSecDaily at <http://www.isdpodcast.com/resources/62k-common-passwords/>. (They claim their li...

DAGOLDEN/Data-Password-Common-0.004 - 04 Nov 2013 18:29:30 UTC

Data::Encrypted - Transparently store encrypted data via RSA River stage zero No dependents

Often when dealing with external resources (database engines, ftp, telnet, websites, etc), your Perl script must supply a password, or other sensitive data, to the other system. This requires you to either continually prompt the user for the data, or...

AMACKEY/Data-Encrypted-0.07 - 05 Dec 2001 21:13:36 UTC

Data::Password::Entropy - Calculate password strength River stage one • 1 direct dependent • 5 total dependents

Information entropy, also known as *password quality* or *password strength* when used in a discussion of the information security, is a measure of a password in resisting brute-force attacks. There are a lot of different ways to determine a password...

ZERO/Data-Password-Entropy-0.08 - 21 Nov 2013 17:01:34 UTC

Data::MuForm::Field - Base field package River stage one • 3 direct dependents • 3 total dependents

This is the base class for form fields. The 'type' of a field class is used in the MuForm field_list or has_field to identify which field class to load from the 'field_namespace' (or directly, when prefixed with '+'). If the type is not specified, it...

GSHANK/Data-MuForm-0.05 - 02 Jul 2018 20:31:54 UTC

Data::Password::Meter - Check the strength of passwords River stage zero No dependents

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
37 results (0.073 seconds)