Gentoo Archives: gentoo-user

From: Etaoin Shrdlu <shrdlu@×××××××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Password strength checker
Date: Sat, 04 Oct 2008 10:06:54
Message-Id: 200810041206.36113.shrdlu@unlimitedmail.org
In Reply to: [gentoo-user] Password strength checker by Liviu Andronic
1 On Saturday 4 October 2008, 10:50, Liviu Andronic wrote:
2
3 > Dear everyone,
4 >
5 > I'm looking for a Linux password strength checker, and so far I found
6 > this GPLed Java-Script-based solution [1]. Could you please suggest
7 > other utilities to test the strength of passwords?
8
9 If you are concerned that users do not choose weak passwords, you can use
10 pam_cracklib to make the passwd program enforce constraints on the
11 passwords.
12
13 A portage search reveals pam_passwdqc and john the ripper.