News Feed
Jobs Feed
Sections




News Archive
IBM developerWorks:
Locking down your PHP applications
May 24, 2006 @ 06:17:48

IBM developerWorks has another new tutorial today with a look at locking down your PHP applications - "four security rules you can't violate".

In this tutorial, you'll learn how to add security to your PHP Web applications. It is assumed that you've been coding PHP Web applications for at least a year, so it won't cover the basics of the language (either conventions or syntax). The goal is to make you more aware of what you should be doing to secure the Web applications you're building.

This tutorial teaches you how to guard against the most common security threats: SQL injections, the manipulation of the GET and POST variables, buffer overflow attacks, cross-site scripting attacks, data manipulation inside the browser, and remote form posting.

You'll need a system already running PHP (at least version 4.x) and MySQL on a web server (Apache or otherwise). They look briefly at some of the common security issues plaguing web applications these days before moving on to the four rules:

  • Never trust outside data or input
  • Disable PHP settings that make security difficult to enforce
  • You can't secure it if you can't understand it
  • "Defense in depth" is your new mantra
They take a look at each of these and use the rest of the article (8 more pages) showing you how to keep yourself safe from these issues.

0 comments voice your opinion now!
security locking down application tutorial rules security locking down application tutorial rules


blog comments powered by Disqus

Similar Posts

Chris Shiflett's Blog: OWASP Spring of Code 2007

PHPBuilder.com: Beginning PHP: One Goal at a Time

PHPMaster.com: PHPMaster Security Roundup

Jared White's Blog: Developer Preview 2 of Willowgarden has been released today

Matthew Weier O'Phinney's Blog: Responding to Different Content Types in RESTful ZF Apps


Community Events











Don't see your event here?
Let us know!


community functional unittest application tool opinion code framework language release testing podcast development object interview series introduction phpunit example zendframework2

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework