|
|
@@ -26,6 +26,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
|
|
26
|
26
|
- [Continuous Integration](#continuous-integration)
|
|
27
|
27
|
- [Documentation](#documentation)
|
|
28
|
28
|
- [Security](#security)
|
|
|
29
|
+ - [Passwords](#passwords)
|
|
29
|
30
|
- [Code Analysis](#code-analysis)
|
|
30
|
31
|
- [Debugging](#debugging)
|
|
31
|
32
|
- [Build Tools](#build-tools)
|
|
|
@@ -267,11 +268,6 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
|
|
267
|
268
|
* [RandomLib](https://github.com/ircmaxell/RandomLib) - A library for generating random numbers and strings.
|
|
268
|
269
|
* [True Random](https://github.com/pixeloution/true-random) - A library that generates random numbers using [www.random.org](http://www.random.org/).
|
|
269
|
270
|
* [SecurityMultiTool](https://github.com/padraic/SecurityMultiTool) - A PHP security library.
|
|
270
|
|
-* [Password Compat](https://github.com/ircmaxell/password_compat) - A compatibility library for the new PHP 5.5 password functions.
|
|
271
|
|
-* [phpass](http://www.openwall.com/phpass/) - A portable password hashing framework.
|
|
272
|
|
-* [PHP Password Lib](https://github.com/ircmaxell/PHP-PasswordLib) - A library for generating and validating passwords.
|
|
273
|
|
-* [Password Policy](https://github.com/ircmaxell/password-policy) - A password policy library for PHP and JavaScript.
|
|
274
|
|
-* [Password Validator](https://github.com/jeremykendall/password-validator) - A library for validating and upgrading password hashes.
|
|
275
|
271
|
* [PHPSecLib](http://phpseclib.sourceforge.net/) - A pure PHP secure communications library.
|
|
276
|
272
|
* [TCrypto](https://github.com/timoh6/TCrypto) - A simple encrypted key-value storage library.
|
|
277
|
273
|
* [PHP IDS](https://github.com/PHPIDS/PHPIDS) - A structured PHP security layer.
|
|
|
@@ -279,6 +275,15 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
|
|
279
|
275
|
* [IniScan](https://github.com/psecio/iniscan) - A tool that scans PHP INI files for security.
|
|
280
|
276
|
* [SensioLabs Security Check](https://security.sensiolabs.org/) - A web tool to check your Composer dependencies for security advisories.
|
|
281
|
277
|
* [Zed](https://www.owasp.org/index.php/OWASP_Zed_Attack_Proxy_Project) - An integrated penetration testing tool for web applications.
|
|
|
278
|
+
|
|
|
279
|
+## Passwords
|
|
|
280
|
+*Libraries and tools for working with and storing passwords.*
|
|
|
281
|
+
|
|
|
282
|
+* [Password Compat](https://github.com/ircmaxell/password_compat) - A compatibility library for the new PHP 5.5 password functions.
|
|
|
283
|
+* [phpass](http://www.openwall.com/phpass/) - A portable password hashing framework.
|
|
|
284
|
+* [PHP Password Lib](https://github.com/ircmaxell/PHP-PasswordLib) - A library for generating and validating passwords.
|
|
|
285
|
+* [Password Policy](https://github.com/ircmaxell/password-policy) - A password policy library for PHP and JavaScript.
|
|
|
286
|
+* [Password Validator](https://github.com/jeremykendall/password-validator) - A library for validating and upgrading password hashes.
|
|
282
|
287
|
* [Zxcvbn PHP](https://github.com/bjeavons/zxcvbn-php) - A realistic PHP password strength estimate library based on Zxcvbn JS.
|
|
283
|
288
|
|
|
284
|
289
|
## Code Analysis
|