The Forum is up for sale: XeNTaX Forum looking for new owner

reverse Bob Jenkins hash to string

Coders and would-be coders alike, this is the place to talk about programming.
Post Reply
twisted
veteran
Posts: 100
Joined: Mon Apr 23, 2007 11:25 pm
Has thanked: 2 times
Been thanked: 7 times

reverse Bob Jenkins hash to string

Post by twisted »

I have an archive which is using Bob Jenkins hash's instead of file names, is there a way to reverse the hash's in order to get the original strings?
MrAdults
Moderator
Posts: 1007
Joined: Mon Mar 23, 2009 2:57 am
Has thanked: 44 times
Been thanked: 505 times

Re: reverse Bob Jenkins hash to string

Post by MrAdults »

Nope. Even if you could spare the time to try bruteforcing strings to match the hash, Jenkins hashing can result in plenty of false positives, so a match doesn't make it certain that you really have the right original name.
Post Reply