Posts: 106
Threads: 29
Joined: Jun 2013
Reputation:
0
Hi.
I've been using a GM for sometime now(got from a friend) and have opened up a little server with it with around 4-5 players. Yesterday, a player told me that he forgot his pass. I thought about checking into the .dudb file and found that the password was in some kind of hash. How do I find it out? It probably use the MD5 include idk.
Thanks for helping.
Posts: 3,133
Threads: 71
Joined: Dec 2013
Reputation:
0
As Macronix said you can use md5-creator.com. How-ever, maybe you should make a [/changpassword] command for your script. It'll be a lot easier for you.
Posts: 106
Threads: 29
Joined: Jun 2013
Reputation:
0
Well, in the creator I get a lot of complex passwords including letters and numbers. My hashes consist of only numbers. I'm not sure if it uses the MD5 include. Can anyone help?
Posts: 371
Threads: 5
Joined: Oct 2007
Reputation:
0
Just create an account with password he wants and paste it in his account.
Posts: 985
Threads: 13
Joined: Sep 2011
Reputation:
0
Like others have stated, there's no way to retrive that password unless you use a program/website to do this. Which ruins the purpose of hashing. I hope you know why we hash sensitive data.
Just change the password and then tell him to use a command like /changepass(if you have one).
Posts: 10,066
Threads: 38
Joined: Sep 2007
Reputation:
0
It's probably udb_hash, which is a fancy name for Adler32. This is a checksum algorithm rather than a hashing algorithm. It's incredibly insecure and can be cracked in seconds.