|
|
@@ -329,14 +329,14 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
|
|
329
|
329
|
## Passwords
|
|
330
|
330
|
*Libraries and tools for working with and storing passwords.*
|
|
331
|
331
|
|
|
|
332
|
+* [GenPhrase](https://github.com/timoh6/GenPhrase) - A library for generating secure random passphrases.
|
|
332
|
333
|
* [Password Compat](https://github.com/ircmaxell/password_compat) - A compatibility library for the new PHP 5.5 password functions.
|
|
333
|
|
-* [phpass](http://www.openwall.com/phpass/) - A portable password hashing framework.
|
|
334
|
|
-* [PHP Password Lib](https://github.com/ircmaxell/PHP-PasswordLib) - A library for generating and validating passwords.
|
|
335
|
334
|
* [Password Policy](https://github.com/ircmaxell/password-policy) - A password policy library for PHP and JavaScript.
|
|
336
|
335
|
* [Password Validator](https://github.com/jeremykendall/password-validator) - A library for validating and upgrading password hashes.
|
|
337
|
|
-* [Zxcvbn PHP](https://github.com/bjeavons/zxcvbn-php) - A realistic PHP password strength estimate library based on Zxcvbn JS.
|
|
338
|
|
-* [GenPhrase](https://github.com/timoh6/GenPhrase) - A library for generating secure random passphrases.
|
|
339
|
336
|
* [Password-Generator](https://github.com/hackzilla/password-generator) - PHP library to generate random passwords.
|
|
|
337
|
+* [PHP Password Lib](https://github.com/ircmaxell/PHP-PasswordLib) - A library for generating and validating passwords.
|
|
|
338
|
+* [phpass](http://www.openwall.com/phpass/) - A portable password hashing framework.
|
|
|
339
|
+* [Zxcvbn PHP](https://github.com/bjeavons/zxcvbn-php) - A realistic PHP password strength estimate library based on Zxcvbn JS.
|
|
340
|
340
|
|
|
341
|
341
|
## Code Analysis
|
|
342
|
342
|
*Libraries and tools for analysing, parsing and manipulating codebases.*
|