Import Data::Password 1.12.

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 charcters close to each other in
the keyboard. It will also attempt to search the ispell word file for
existance of whole words. The module's policies can be modified by
changing its variables.

ok ajacoutot@
This commit is contained in:
landry 2015-05-01 15:40:20 +00:00
parent 8cd9e9baae
commit 59c6b3c421
4 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,13 @@
# $OpenBSD: Makefile,v 1.1.1.1 2015/05/01 15:40:20 landry Exp $
COMMENT = module for assessing password quality
MODULES = cpan
DISTNAME = Data-Password-1.12
CATEGORIES = textproc
# Artistic
PERMIT_PACKAGE_CDROM= Yes
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (Data-Password-1.12.tar.gz) = gwzegXQf84Q4VBLhb6ulV0WlSnzAGd0j1+1PBdVRqWE=
SIZE (Data-Password-1.12.tar.gz) = 6008

View File

@ -0,0 +1,7 @@
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 charcters close to each other in
the keyboard. It will also attempt to search the ispell word file for
existance of whole words. The module's policies can be modified by
changing its variables.

View File

@ -0,0 +1,4 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2015/05/01 15:40:20 landry Exp $
${P5SITE}/Data/
${P5SITE}/Data/Password.pm
@man man/man3p/Data::Password.3p