From 73c777905ae6ed4c70aeb2ae86cbfd51a59989a4 Mon Sep 17 00:00:00 2001 From: timoh Date: Fri, 14 Nov 2014 11:36:37 +0200 Subject: [PATCH] Add GenPhrase Add GenPhrase, a secure passphrase generator for PHP 5.3+ applications: https://github.com/timoh6/GenPhrase --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 99b7d01..4713326 100644 --- a/README.md +++ b/README.md @@ -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.*