From 7e71416224dc223fb76752daf4eec249ad2824df Mon Sep 17 00:00:00 2001 From: Scott Arciszewski Date: Sat, 24 May 2014 14:47:49 -0400 Subject: [PATCH] Update README.md Add some more PHP security libraries Disclaimer: VPassword is still experimental. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7fc06d2..1389ebe 100644 --- a/README.md +++ b/README.md @@ -243,6 +243,8 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things. * [IniScan](https://github.com/psecio/iniscan) - A tool that scans PHP INI files for security. * [SensioLabs Security Check](https://security.sensiolabs.org/) - A web tool to check your Composer dependecies for security advisories. * [Zed](https://www.owasp.org/index.php/OWASP_Zed_Attack_Proxy_Project) - An integrated penetration testing tool for web applications. +* [Scrypt](https://github.com/DomBlack/php-scrypt) - Adds the scrypt key derivation function to PHP +* [VPassword](https://github.com/victus-softworks/VPassword) - Scrypt + AES Library ## Code Analysis *Libraries and tools for analysing, parsing and manipulation codebases.*