MD5 password moving to Drupal ?
Printed From: Web Wiz Forums
Category: Web Wiz Web App Support Forums
Forum Name: Web Wiz Forums
Forum Description: Support forum for Web Wiz Forums application.
URL: https://forums.webwiz.net/forum_posts.asp?TID=26733
Printed Date: 03 April 2026 at 12:11am Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com
Topic: MD5 password moving to Drupal ?
Posted By: racekites
Subject: MD5 password moving to Drupal ?
Date Posted: 23 December 2008 at 8:26pm
Hey guys
I'm moving my site over to to the Drupal CMS. The current site is all handcoded with WebWiz bolted onto the side.
I've currently got over 11,000 members which i would like to move into the Drupal database, however the issue I'm having is moving the hashed passwords over.
I've written a script to export from WebWiz SQLServer into Drupal mySQL however it appears that the password encryption between the two systems is different.
Drupal uses MD5, what does WebWiz use ?
I see there is a password and salt field in the db, is it possible to retrieve MD5 hashes from WebWiz ??
Thanks for any advice and assistance
Cheers A
|
Replies:
Posted By: WebWiz-Bruce
Date Posted: 24 December 2008 at 8:24am
Passwords are 160bit one way encrypted in web wiz forums, so it would not be possible to convert the passwords back into plain text to then hash using MD5.
------------- https://www.webwiz.net/web-wiz-forums/forum-hosting.htm" rel="nofollow - Web Wiz Forums Hosting https://www.webwiz.net/web-hosting/windows-web-hosting.htm" rel="nofollow - ASP.NET Web Hosting
|
Posted By: VBScript
Date Posted: 24 December 2008 at 10:37am
Web Wiz Forums does use mySQL's md5() function. It uses its own code to handle the passwords. The salt and password are basic text fields.
So for converting the database over you just need to leave the field types as they are.
------------- http://www.james-r.co.uk" rel="no follow - James
http://www.gotrillian.com/?4498-20" rel="no follow - Trillian - M
|
|