From ab9274b41c7369bee072bd661d7ffa1f58b6a28c Mon Sep 17 00:00:00 2001 From: Jamie Date: Fri, 15 May 2015 17:17:53 +0100 Subject: [PATCH] Add password gen lib (@timoh6). --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 02091a9..d89e2a3 100644 --- a/README.md +++ b/README.md @@ -305,6 +305,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT * [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. ## Code Analysis *Libraries and tools for analysing, parsing and manipulating codebases.*