Archive
Posts Tagged ‘Cheat Sheet’
OWASP on PHP: Security Cheat Sheet
August 27, 2012
1 comment
If you are into security and eager to learn more, the OWASP project is the right place for you.
With a large variety of tutorials, tools, videos and articles, the PHP Securty Cheat Sheet is a must covering pretty much everything that has to be covered on PHP, database layer and network server side. Get acquainted with escaping, database queries and code injections, session and global variables management, filters and regular expressions. Research the available security modules for PHP, hashing functions, ID storage and cryptography specifics.
Categories: PHP
Cheat Sheet, PHP, Security