From 2b77ca8b6250490a587d8fe07f133fadfa704d06 Mon Sep 17 00:00:00 2001 From: Henrik Thesing Date: Tue, 4 Aug 2015 21:27:45 +0200 Subject: [PATCH] Added hackzilla password generator Added the hackzilla password generator to the passwords section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2225bf8..508a25b 100644 --- a/README.md +++ b/README.md @@ -311,6 +311,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT * [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. ## Code Analysis *Libraries and tools for analysing, parsing and manipulating codebases.*