mirror of
https://github.com/ziadoz/awesome-php.git
synced 2024-11-07 16:33:35 +00:00
Alphabetize passwords
This commit is contained in:
parent
4bef7562f0
commit
6018d700fe
@ -329,14 +329,14 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
|
||||
## Passwords
|
||||
*Libraries and tools for working with and storing passwords.*
|
||||
|
||||
* [GenPhrase](https://github.com/timoh6/GenPhrase) - A library for generating secure random passphrases.
|
||||
* [Password Compat](https://github.com/ircmaxell/password_compat) - A compatibility library for the new PHP 5.5 password functions.
|
||||
* [phpass](http://www.openwall.com/phpass/) - A portable password hashing framework.
|
||||
* [PHP Password Lib](https://github.com/ircmaxell/PHP-PasswordLib) - A library for generating and validating passwords.
|
||||
* [Password Policy](https://github.com/ircmaxell/password-policy) - A password policy library for PHP and JavaScript.
|
||||
* [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.
|
||||
* [PHP Password Lib](https://github.com/ircmaxell/PHP-PasswordLib) - A library for generating and validating passwords.
|
||||
* [phpass](http://www.openwall.com/phpass/) - A portable password hashing framework.
|
||||
* [Zxcvbn PHP](https://github.com/bjeavons/zxcvbn-php) - A realistic PHP password strength estimate library based on Zxcvbn JS.
|
||||
|
||||
## Code Analysis
|
||||
*Libraries and tools for analysing, parsing and manipulating codebases.*
|
||||
|
Loading…
Reference in New Issue
Block a user