Search found 3 matches

by nigazo
Wed Feb 11, 2009 7:11 pm
Forum: Unreal 3.2 Support
Topic: Reverse/decode cloaked hostname
Replies: 4
Views: 5584

Re: Reverse/decode cloaked hostname

Stealth wrote:There is no way to decode them, as they are not encoded or encrypted - they are hashed.
Thanks for the answer!

I will have to find another solution then! (I've got a few.. so no need for any tips) 8)
by nigazo
Wed Feb 11, 2009 6:25 pm
Forum: Unreal 3.2 Support
Topic: Reverse/decode cloaked hostname
Replies: 4
Views: 5584

Re: Reverse/decode cloaked hostname

Yes you can decrypt if you have the cloak keys available. Unreal uses md5 hashing to cloak the ip's, so theres a hint on how you can go about it...
I'snt md5 a one-way hash? :roll: How am I'm suppose to reverse that?

I was looking for an algorithm or something to implement.

probably happened to ...
by nigazo
Wed Feb 11, 2009 3:15 pm
Forum: Unreal 3.2 Support
Topic: Reverse/decode cloaked hostname
Replies: 4
Views: 5584

Reverse/decode cloaked hostname

Is there a way to reverse/decode/decrypt a cloaked/hidden hostname (with access to the cloak-keys from the unrealircd.conf)?

I would like to have an Perl/PHP/.. script turn (for example): hidden-B25FE6D5.isp.com into the real hostname. And F4BB43DB.2959657.4DCC310A.IP into an IP-address.