rollerworks / PasswordStrengthBundle

Symfony Password strength and blacklisting validator bundle
MIT License
142 stars 26 forks source link

create a service for strong password generation #36

Closed cordoval closed 9 years ago

cordoval commented 9 years ago

this shouldn't be that hard and it is a fine complement to a password validator

sstok commented 9 years ago

Generating a good password is more changeling than it seems. There is already a pretty good library for this: https://github.com/ircmaxell/RandomLib

I actually like split the bundle up in to components, and move the password blacklist to its own bundle :) All with BC of course ;)

cordoval commented 9 years ago

true, i agree now, let me close this puppy