Add GenPhrase

Add GenPhrase, a secure passphrase generator for PHP 5.3+ applications:
https://github.com/timoh6/GenPhrase
This commit is contained in:
timoh 2014-11-14 11:36:37 +02:00
parent 7253b5bbb8
commit 73c777905a

View File

@ -275,6 +275,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
* [SensioLabs Security Check](https://security.sensiolabs.org/) - A web tool to check your Composer dependencies for security advisories.
* [Zed](https://www.owasp.org/index.php/OWASP_Zed_Attack_Proxy_Project) - An integrated penetration testing tool for web applications.
* [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.
## Code Analysis
*Libraries and tools for analysing, parsing and manipulation codebases.*