News Feed
Jobs Feed
Sections

Recent Jobs

News Archive
WebReference.com:
Security Techniques
May 14, 2007 @ 11:43:00

Filed under their "Advanced Topics" sections today is a new article from WebReference.com that looks at some security techniques developers can use in their apps to help keep their and their user's information safe from prying eyes. It's an excerpt from Larry Ullman's book "PHP 5 Advanced: Visual QuickPro Guide".

This chapter will begin by rehashing the fundamentals of secure PHP programming. These are the basic things that I hope/assume you're already doing. After that a quick example shows ways to validate different kinds of data that might come from an HTML form.

The third topic is the new-to-PHP 5 PECL library called Filter. Its usage isn't very programmer-friendly, but the way it wraps all of the customary data filtering and sanitizing methods into one interface makes it worth knowing. After that, two different uses of the PEAR Auth package show an alternative way to implement authorization in your Web applications. The chapter will conclude with coverage of the MCrypt library, demonstrating how to encrypt and decrypt data.

The security tips in this part of the series range from turning off register_globals (you do have it off, don't you?) to form validation with things like regular expressions and the ctype functions.

0 comments voice your opinion now!
excerpt security technique basic advanced form validation excerpt security technique basic advanced form validation



Similar Posts

PHPBuilder.com: Beginning Ajax with PHP: From Novice to Professional, Part 2

Ilia Alshanetsky\'s Blog: php|tek Slides Posted

PHP Security Consortium: SecurityFocus Summaries Posted

php|architect: New Free Issue of php|architect

PHP Security Consortium: SecurityFocus Summaries Posted


Community Events







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


zend database application ajax cakephp release example mysql job developer releases book conference security PHP5 framework zendframework code PEAR package

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