PHP encryption for the common man

Status
Not open for further replies.

office politics

It's all just 1s and 0s
Messages
6,555
Location
in the lab
PHP encryption for the common man
How to secure the data in your PHP applications

Level: Intermediate

Thomas Myer (tom@tripledogs.com), Top Dog, Triple Dog Dare Media


25 Jul 2006


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.
 
Status
Not open for further replies.
Back
Top Bottom