Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Using hashcat (GPU) with simple hash function
Post: RE: Using hashcat (GPU) with simple hash function

DanielG Wrote: (07-09-2019, 04:54 PM) -- Wow what a weird hash, this will have a lot of collisions since the value of every letter is just raised to the 5th power and added, so the order of the lette...
bopfactor hashcat 4 10,067 07-09-2019, 05:49 PM
  Question Thread: Using hashcat (GPU) with simple hash function
Post: Using hashcat (GPU) with simple hash function

Hello, I need to find a string from a hash generated with this simple function: Code: -- uint64_t hash_func(const char *s, size_t len) {     uint64_t hash = 0;     for (size_t i = 0; i < len;...
bopfactor hashcat 4 10,067 07-09-2019, 04:32 PM