Please note, this is a STATIC archive of website hashcat.net from 08 Oct 2020, cach3.com does not collect or store any user information, there is no "phishing" involved.

Search Results
Post Author Forum Replies [desc] Views Posted
  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 ...
bopfactor hashcat 4 1,950 07-09-2019, 04:32 PM
    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 1,950 07-09-2019, 05:49 PM