From 0461632e1118dc130ea54af02b22dc596549ebb1 Mon Sep 17 00:00:00 2001 From: Abhishek Das Date: Thu, 28 Nov 2013 19:26:04 +0530 Subject: [PATCH] Adds owasp/phpsec to security --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3b43b89..247af59 100644 --- a/README.md +++ b/README.md @@ -213,6 +213,7 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things. ## Security *Libraries for generating secure random numbers, encrypting data and scanning for vulnerabilities.* +* [OWASP PHP Security Project](https://github.com/owasp/phpsec) - Security tools & libraries as well as a demonstrative framework. * [HTML Purifier](https://github.com/ezyang/htmlpurifier) - A standards compliant HTML filter. * [RandomLib](https://github.com/ircmaxell/RandomLib) - A library for generating random numbers and strings. * [True Random](https://github.com/pixeloution/true-random) - A library that generates random numbers using [www.random.org](http://www.random.org/).