Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

WebReference.com:
Security Techniques: Part 2
May 29, 2007 @ 17:02:00

WebReference.com has posted part two in their series looking at security techniques in PHP. This time they focus on the use of a few things - the PECL filter, the PEAR Auth module and mcrypt.

For each of the three topics covered, they include a few code examples on their use - an HTML form with the filter extension, user authentication with the PEAR Auth, and encrypting data to be used in a more secure cookie.

The article is excerpted from PHP 5 Advanced: Visual QuickPro Guide by Larry Ullman.

tagged: security technique tutorial filter pecl pear auth mcrypt security technique tutorial filter pecl pear auth mcrypt

Link:


Trending Topics: