Wednesday, July 26, 2006

PHP encryption for the common man

How to secure the data in your PHP applications. In this increasingly virtual online world, you have to be careful to protect your data. Learn the basics of encoding and encrypting important bits of information, such as passwords, credit card numbers, and even entire messages. Get an overview of what it means to encrypt and decrypt information, as well as some practical examples involving passwords and other data, using PHP's built-in functionality.

Read the howto article HERE.

0 Comments:

Post a Comment

<< Home