News Feed
Jobs Feed
Sections




News Archive
Smashing Magazine:
Replicating MySQL AES Encryption Methods With PHP
May 30, 2012 @ 08:43:04

On the Smashing Magazine site today there's a new tutorial showing you how to replace your MySQL encryption methods for AES with their PHP equivalent.

At our company, we process a lot of requests on the leading gift cards and coupons websites in the world. The senior developers had a meeting in late October to discuss working on a solution to replicate the MySQL functions of AES_ENCRYPT and AES_DECRYPT in the language of PHP. This article centers on what was produced by senior developer Derek Woods and how to use it in your own applications.

He starts with a little bit of backstory - why to even bother using encryption, what AES encryption is and why you should probably avoid using the MySQL implementation of it in your apps. PHP's mcrypt functions don't return the same hashes as their MySQL counterparts (he includes the "why" of this) and includes some quick code to replicate the MySQL behavior. He also mentions some issues with the transformation, newlines and shows the source for their completed "aes_crypt" and "aes_decrypt" functions.

0 comments voice your opinion now!
mysql aes encryption method tutorial


blog comments powered by Disqus

Similar Posts

International PHP Magazine: November 2006 Issue Released

Community News: MySQL native driver for PHP - mysqlnd

Wenbert Del Rosario's Blog: Zend Framework: Making the Built-in Breadcrumb Helper Work

Codewalkers.com: New Tutorial - Coding \"Best Practices\" - or at least \"Better Practices\"

Brandon Savage's Blog: How To Write A Function In PHP


Community Events











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


code podcast composer framework object opinion series tool community example functional development interview conference zendframework2 database language testing introduction release

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