News Feed
Jobs Feed
Sections




News Archive
Ryan Malesevich's Blog:
MD5 to SHA-1 in PHP and MySQL (Part 1)
October 02, 2006 @ 09:31:00

Ryan Malesevich is taking a break from his look at some handy WordPress packages to share a small series on how to move from using MD5 hashes out to SHA-1 hashes for passwords in a MySQL database. He's posted part one today.

What if you're using MD5 in your web application and want to switch over to another encryption method. It's actually not that hard and I plan to cover them in this multi-part tutorial (I know I planned on writing this months ago, but it's better late then never). In this first part I plan on going over updating the database structure and a 'pseudo-code' of what will need to be done.

As mentioned, he gives the outline (pseudo-code) of how the process will work - basically, creating an SHA1 hash of the MD5 and the username in a "newpassword" column added to your database.

2 comments voice your opinion now!
md5 sha1 encryption mysql username generate pseudocode md5 sha1 encryption mysql username generate pseudocode


blog comments powered by Disqus

Similar Posts

Davey Shafik\'s Blog: php|tek Day 3

O\'Reilly: $lamp =~ /^Linux,\\s*Apache,\\s*MySQL,P(?:hp|ython|erl[56])$/

Edin Kadribasic's Blog: PHP 4.4.6-win32 with MySQL 5.0.37

Royal Pingdom: What the Web's most popular sites are running on

Giulio Pons' Blog: PHP to get enum/set values from mysql field


Community Events











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


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

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