Comment on Reversing an integer hash functionComments−rurban4yI'm collecting such inverters at https://github.com/rurban/smhasher/tree/inverse/inverseBut only 3 so far.−elsamuko4yFor the cryptopals challenge, you have to invert the Mersenne Twister scramble function:https://cryptopals.com/sets/3/challenges/23https://github.com/elsamuko/cryptopals/blob/610ab19bf6823a34...−Retr0id4yI wrote an inverter for XXHASH64, in python: https://gist.github.com/DavidBuchanan314/13020be9e2a251e2a2a...
Comments
I'm collecting such inverters at https://github.com/rurban/smhasher/tree/inverse/inverse
But only 3 so far.
For the cryptopals challenge, you have to invert the Mersenne Twister scramble function:
https://cryptopals.com/sets/3/challenges/23
https://github.com/elsamuko/cryptopals/blob/610ab19bf6823a34...
I wrote an inverter for XXHASH64, in python: https://gist.github.com/DavidBuchanan314/13020be9e2a251e2a2a...