How to secure the data in your PHP applications with PHP encryption
PHP encryption for the common man (read as newbie)
FTA, "...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.
Fast-forward to today and encryption is everywhere. Passwords are stored encrypted in databases. Encrypted tunnels through cyberspace are possible via SSL, SSH, and other technologies -- not to mention virtual private networks. Everyday people can and do use Pretty Good Privacy (PGP) to armor their sensitive files and e-mail.
As a PHP developer, you should be aware that strong security practices aren't just for exotic applications -- they're for the project you're working on now. This awareness runs from the pedestrian (such as not showing plaintext in a password field on a login page) to dizzying heights of cryptographic methods (such as DES, MD5, SHA1, Blowfish)...."
Read more at IBM developerworks
E-mail this to a Friend
Printable Version
You may also be interested in other helpful articles:
- Howto: Disk and partition encryption in Linux for mobile devices
- How To Build Secure and Portable Linux Based System
- Download of the day: Ajax Secure Service Layer
- Download TrueCrypt Open Source Full Disk Encryption Software
- Linux: How to Encrypt and decrypt files with a password
Leave a Reply
We encourage your comments, and suggestions. But please stay on topic, be polite, and avoid spam. Thank you very much for stopping by our site!


Recent Comments
Yesterday ~ 12 Comments
Yesterday ~ 8 Comments
Yesterday ~ 185 Comments
Yesterday ~ 15 Comments
Yesterday ~ 3 Comments