2018-01-19 13:12 GMT+01:00 Howard Chu <h...@symas.com>: > A simple password quality checker module for the ppolicy overlay - search > for the given password in a list of already-breached passwords. > > You can get a starting list here > https://www.troyhunt.com/introducing-306-million-freely-downloadable-pwned-passwords/
Hello, we have cracklib support in https://github.com/ltb-project/ppm. With create-cracklib-dict, you can easily convert a list of password into cracklib dictionnary and use it in the module. But maybe a specific password checker module can also be usefull. Clément.