News Feed
Jobs Feed
Sections

Recent Jobs

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





Similar Posts

Zend Developer Zone: PHP and MySQL By Example - Sample Chapter

Edin.dk: PHP 4.4 for windows with newer MySQL libraries

DevShed: Using Directory Iterators and MySQL with Adapter Objects with PHP

International PHP Magazine: Poll Question: The Rules of PHP Throwdown Include

Community News: WAMP 1.6.0 Released


Community Events







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


mysql cakephp security package PHP5 release ajax book application releases conference database example PEAR developer job zend code zendframework framework

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