./wip/py-cracklib, Tool for preventing users from choosing bad passwords

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 2.9.5, Package name: py310-cracklib-2.9.5, Maintainer: pkgsrc-users

CrackLib is a library containing a C function (well, lots of functions
really, but you only need to use one of them) which may be used in a
"passwd"-like program.

The idea is simple: try to prevent users from choosing passwords that
could be guessed by "Crack" by filtering them out, at source.

CrackLib is an offshoot of the the version 5 "Crack" software, and
contains a considerable number of ideas nicked from the new software.


Required to run:
[lang/python37]

Required to build:
[pkgtools/cwrappers]

Master sites:

RMD160: f9c98963dcc6014f568d4c781853ad4f80312a74
Filesize: 607.909 KB

Version history: (Expand)


CVS history: (Expand)


   2013-09-17 15:49:56 by Thomas Klausner | Files touched by this commit (4)
Log message:
Import py-cracklib-2.9.0 as wip/py-cracklib.

CrackLib is a library containing a C function (well, lots of functions
really, but you only need to use one of them) which may be used in a
"passwd"-like program.

The idea is simple: try to prevent users from choosing passwords that
could be guessed by "Crack" by filtering them out, at source.

CrackLib is an offshoot of the the version 5 "Crack" software, and
contains a considerable number of ideas nicked from the new software.