sseq-lib


Simple PHP Security Library

Mainly meant for private and semi-professional developers who need some help in securing small php applications against some of the top-10 attacks on web software.

Security increase to avoid: * XSS (Cross Site Scripting) * SQL-Injection * CSRF (Cross Site Request Forgery) * Session-Fixation * Mail-Header-Injection * File-Injection * HTTP-Header-Manipulation * Response-Splitting * Informative error messages

Project Information

  • License: GNU GPL v3
  • 10 stars
  • svn-based source control

Labels:
php security library xss injection csrf defense