cr-marcstevens / hashclash

Project HashClash - MD5 & SHA-1 cryptanalysis
Other
742 stars 87 forks source link

Expose the RNG seed values to the CLI interface. #30

Closed cjhanks closed 5 months ago

cjhanks commented 5 months ago

When creating batches of hash collisions on many cores in a machine, the resolution of the current RNG seed causes duplicated work.

-- Hey, thanks for the tool. When creating batches of hash collisions, you have to modify the seed to prevent the different cores from all working on the same problem.