Password strength checker
On Sat, 2008-10-04 at 10:50 +0200, Liviu Andronic wrote:
> Dear everyone,
>
> I'm looking for a Linux password strength checker, and so far I found
> this GPLed Java-Script-based solution [1]. Could you please suggest
> other utilities to test the strength of passwords?
>
> Regards,
> Liviu
Revelation, the password manager, has a python function that can be used
to check passwords. It's in the util.py module. It also can utilize
cracklib.
|