News Feed
Jobs Feed
Sections




News Archive
ITNewb.com:
PHP Encryption / Decryption Using the MCrypt Library (libmcrypt)
May 26, 2009 @ 09:35:10

On the ITNewb.com site there's a recent tutorial that's been posted by Andrew Johnson about using the mcrypt library in your PHP apps for a simple level of data protection.

The ability to encrypt and safeguard data is an essential ability that every serious web developer should have in their arsenal. In this article we'll explore encrypting data with PHP and MCrypt (libmcrypt), storing it in a database, retrieving it from a database and decrypting it for use.

He works through what mcrypt is, where it can be downloaded from, a simple usage example and a more in-depth look at what its doing (making an IV, encrypting) and how to store the resulting encrypted information into a MySQL database table.

1 comment voice your opinion now!
libmcrypt tutorial mcrypt


blog comments powered by Disqus

Similar Posts

PHP-GTK Community Site: Accessing geo-nick with Zend Framework (Zend_XmlRpc_Client)

PHPMaster.com: Building a Domain Model - An Introduction to Persistence Agnosticism

PHPMaster.com: MongoDB Indexing, Part 2

PHPBuilder.com: Create a CAPTCHA Script with PHP

NetTuts.com: Getting Started with the Fuel PHP Framework


Community Events









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


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

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