Page 1 of 1

Cloak keys

Posted: Fri Mar 10, 2006 1:08 pm
by tdw
Hi,

when linking, unreal gives me this error:
(13:52:56) -eternity.*- *** Notice -- Link virtual.thijsdewert.com has a DIFFERENT CLOAK KEY - MD5:b4cfd5bdfacd0a0c587123058ead6714 != MD5:f265c55483052e5e593ff64363d10910. YOU SHOULD CORRECT THIS ASAP.
so, i checked the md5 keys of all cloak keys. it gives me this:
tdw@tdw-srv:~/Unreal3.2$ md5 blah1
bacb6903ec4eeaf895cfa9873aab5137
tdw@tdw-srv:~/Unreal3.2$ md5 blah2
36b19f4f013f54709e4cc1fd9137675a
tdw@tdw-srv:~/Unreal3.2$ md5 blah3
02b9c795188c52e45b5a674933f3562e
So, none matches the one unreal gives me. I can't figure out what's wrong with the keys, they look the same :S

Any help would be appreciated.

--tdw

Posted: Fri Mar 10, 2006 3:19 pm
by aquanight
The md5 from unreal is from all 3 keys together like so: key1:key2:key3

If you do md5 key1:key2:key3 you should get one of the two hashes listed.

Posted: Fri Mar 10, 2006 4:21 pm
by tdw
tdw@tdw-srv:~/Unreal3.2$ md5 blah1:blah2:blah3
2f565c453850e2e595f36f34361d9001
Hmm? still no match?

Posted: Fri Mar 10, 2006 6:33 pm
by w00t
If it's like /mkpasswd, the hash will also be salted.

Posted: Fri Mar 10, 2006 8:40 pm
by tdw
i don't think it's like /mkpasswd, because of the $ in the front and == in the end