Pwtools
Simple password generation and testing
pwtools
is a Python package that provides
the ability to generate passwords, and also allows you to test them to
ensure that they are reasonably secure.
The algorithms used were borrowed from the Openwall Project’s passwdqc project, but have been re-implemented in Python for increased portability.
Usage
To generate a secure password:
1 2 3 4 |
|
To check a password:
1 2 3 4 5 6 7 |
|
Download
You can grab the sources from the mercurial repository. There is also a Python egg and a tar file.
(Version 0.4 includes an updated word set.)