Posts: 301
Threads: 11
Joined: Jan 2011
Reputation:
0
I am using Raven's Roleplay. And my problem is that the password come in hex/encrypted. How will i decrypted?
================================================== =================================
Posts: 2,421
Threads: 52
Joined: Mar 2009
Reputation:
0
I don't think you can/should, if you need to check if a password is correct - hash it (the entered password) then compare that hash to the one thats saved using strcmp.
Posts: 301
Threads: 11
Joined: Jan 2011
Reputation:
0
do you know how to do it?
Posts: 2,421
Threads: 52
Joined: Mar 2009
Reputation:
0
Never used ravens rolplay (or even looked at it) do you know what kind of hash it is? Does it use a plugin or does it have its own hash function?
Posts: 301
Threads: 11
Joined: Jan 2011
Reputation:
0
i fixed it on my own thankz guyz
@hadzx I can show you how to do it?