PHP Security by Example
July 5, 2006 at 11:55 am (php, security)
Nice flash presentation that will provide you with a good foundation on how to make your PHP apps more secure.
July 5, 2006 at 11:55 am (php, security)
Nice flash presentation that will provide you with a good foundation on how to make your PHP apps more secure.
June 15, 2006 at 12:08 am (coldcase, php, security)
These vulnerabilities can, of course, exist in PHP applications. Here are some tips on how to avoid them. I've included related links and references where relevant.
June 14, 2006 at 12:56 pm (coldcase, php, security)
Many of the PHP features can lead a programmer inadvertently to allow security holes to creep into a Web application. The popular security mailing lists teem with notes of flaws identified in PHP applications, but PHP can be as secure as any other language once you understand the basic types of flaws PHP applications tend to exhibit.
June 14, 2006 at 12:29 pm (coldcase, howto, php, security)
This article explains how to create a secure PHP login script that will allow safe authentication. Features remember-me function using cookies, validates logins on each request to prevent session stealing.
June 14, 2006 at 1:50 am (coldcase, howto, php, security)
This is a great guide that illustrates common vulnerabilities in PHP scripts and how to fix them.