News Feed
Jobs Feed
Sections




News Archive
WebReference.com:
Encryption Techniques for Your PHP Development
May 06, 2010 @ 13:09:21

On WebReference.om today Leidago Noabeb has kicked off a series with part one of his look at encryption in PHP applications and how it can keen you from ending up like him.

Recently, an attacker hacked into my database and stole all the passwords and usernames stored there. Needless to say, I had to change everything and it cost me time and money. What made the crime easy for the attacker is that I never encrypted any of the passwords in the database. I've learned my lesson and now I'm passing along that wisdom with this article about encryption in PHP. Using some of the encryption techniques that PHP offers, you can safeguard your information in various ways.

He lays the foundation for the series by talking about three different kinds of encryption that can help you protect your data - one-way encryption, symmetric (using a key) and asymmetric (shared key locking).

0 comments voice your opinion now!
encryption tutorial symmetric oneway asymmetric


blog comments powered by Disqus

Similar Posts

Zend Developer Zone: Creating Code Coverage Statistics with xdebug

Mike Purcell's Blog: Symfony - sfGuardPlugin - Use Email Instead of Username

PHPMaster.com: Generate Documentation with ApiGen

Peter Goodman's Blog: Observers and Dispatchers

Padraic Brady's Blog: PEAR::Encryption and Zend_Crypt Revisited


Community Events









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


database development release testing api framework composer phpunit zendframework2 tool language code opinion podcast object community interview unittest introduction example

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