浏览代码

Alphabetize passwords

pull/500/merge
Jose Diaz-Gonzalez 9 年前
父节点
当前提交
6018d700fe
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 4
    4
      README.md

+ 4
- 4
README.md 查看文件

@@ -329,14 +329,14 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
329 329
 ## Passwords
330 330
 *Libraries and tools for working with and storing passwords.*
331 331
 
332
+* [GenPhrase](https://github.com/timoh6/GenPhrase) - A library for generating secure random passphrases.
332 333
 * [Password Compat](https://github.com/ircmaxell/password_compat) - A compatibility library for the new PHP 5.5 password functions.
333
-* [phpass](http://www.openwall.com/phpass/) - A portable password hashing framework.
334
-* [PHP Password Lib](https://github.com/ircmaxell/PHP-PasswordLib) - A library for generating and validating passwords.
335 334
 * [Password Policy](https://github.com/ircmaxell/password-policy) - A password policy library for PHP and JavaScript.
336 335
 * [Password Validator](https://github.com/jeremykendall/password-validator) - A library for validating and upgrading password hashes.
337
-* [Zxcvbn PHP](https://github.com/bjeavons/zxcvbn-php) - A realistic PHP password strength estimate library based on Zxcvbn JS.
338
-* [GenPhrase](https://github.com/timoh6/GenPhrase) - A library for generating secure random passphrases.
339 336
 * [Password-Generator](https://github.com/hackzilla/password-generator) - PHP library to generate random passwords.
337
+* [PHP Password Lib](https://github.com/ircmaxell/PHP-PasswordLib) - A library for generating and validating passwords.
338
+* [phpass](http://www.openwall.com/phpass/) - A portable password hashing framework.
339
+* [Zxcvbn PHP](https://github.com/bjeavons/zxcvbn-php) - A realistic PHP password strength estimate library based on Zxcvbn JS.
340 340
 
341 341
 ## Code Analysis
342 342
 *Libraries and tools for analysing, parsing and manipulating codebases.*

正在加载...
取消
保存