Perl md5 password hash for server DB

07/10/2008 16:57 isp#1
A while back, I came across this perl script that would create md5 hex password hashes that you could use/modify to inject into the SQL DB.

I've written my own perl script that creates an md5 hex hash, but it doesn't make them correctly and I don't know why...

What I'm looking for is someone that knows where this perl script is that i found...

Thanks for any help.

In the DB the pass for test is hashed
6422c85d887752500da6084df367eb73

Executing my perl script...
perl test.cgi test
Making pass for test
098f6bcd4621d373cade4e832627b4f6
07/11/2008 12:54 isp#2
bump
07/11/2008 13:37 KiXiN#3
'098F6BCD4621D373CADE4E832627B4F6' is the correct hash for 'test'

The password may have been salted before being put into the database, which could cause this error.

Salt (cryptography - Wikipedia, the free encyclopedia)
07/12/2008 10:12 isp#4
Quote:
Originally Posted by KiXiN View Post
'098F6BCD4621D373CADE4E832627B4F6' is the correct hash for 'test'

The password may have been salted before being put into the database, which could cause this error.

Salt (cryptography - Wikipedia, the free encyclopedia)
Hmm yeah that's possible, however.. testing has not been successful...


Making pass for test
md5 hash: kF!sN&'
salt hash: 9sjyf8zL76k
hex hash: 023bcdc0db0c85a4fee54b23c768ec00

Tried to paste the code here, but their parser removes a bunch of the code & variables...
here's a link
[Only registered and activated users can see links. Click Here To Register...]
07/13/2008 13:23 isp#5
bump again
07/14/2008 00:50 Hiyoal#6
Mind me asking, but which password is this for?? The root password or the Conquer Encrypted Password?!

Hiyoal :)
07/14/2008 10:50 isp#7
Quote:
Originally Posted by hiyoal View Post
Mind me asking, but which password is this for?? The root password or the Conquer Encrypted Password?!

Hiyoal :)
The user/player encrypted hex hash that gets saved to the DB.