Merge pull request #459 from henrikthesing/patch-1

[passwords] hackzilla/password-generator
This commit is contained in:
Jose Diaz-Gonzalez 2016-04-03 22:20:02 -04:00
commit fa8b7cf2d2
1 changed files with 1 additions and 0 deletions

View File

@ -336,6 +336,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
* [Password Validator](https://github.com/jeremykendall/password-validator) - A library for validating and upgrading password hashes.
* [Zxcvbn PHP](https://github.com/bjeavons/zxcvbn-php) - A realistic PHP password strength estimate library based on Zxcvbn JS.
* [GenPhrase](https://github.com/timoh6/GenPhrase) - A library for generating secure random passphrases.
* [Password-Generator](https://github.com/hackzilla/password-generator) - PHP library to generate random passwords.
## Code Analysis
*Libraries and tools for analysing, parsing and manipulating codebases.*