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

Community News: MySQL AB Project officially supports PDO

DevShed: Custom Session Management Using PHP and MySQL

Hasin Hayder's Blog: Vulnerable bug in CodeIgniter which took us hours to fix our corrupted database

php|architect: PHPDOCX: generating Word documents from PHP

Vid Luther's Blog: Changing MySQL storage engine for one table in your Propel/Symfony project


Community Events











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


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

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