View Single Post
  #3  
Old 09-03-2018, 07:46
atom0s's Avatar
atom0s atom0s is offline
Family
 
Join Date: Jan 2015
Location: 127.0.0.1
Posts: 397
Rept. Given: 26
Rept. Rcvd 126 Times in 63 Posts
Thanks Given: 54
Thanks Rcvd at 732 Times in 280 Posts
atom0s Reputation: 100-199 atom0s Reputation: 100-199
From a quick glance at the source it looks like it is based on user input to generate the collisions but uses a static IV to do it:
Code:
// IV = 0123456789abcdeffedcba9876543210
const uint32 MD5IV[] = { 0x67452301, 0xefcdab89, 0x98badcfe, 0x10325476 };
Reply With Quote
The Following User Says Thank You to atom0s For This Useful Post:
chants (09-03-2018)