Chaining Two Different Hash Types - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Support (https://hashcat.net/forum/forum-3.html) +--- Forum: hashcat (https://hashcat.net/forum/forum-45.html) +--- Thread: Chaining Two Different Hash Types (/thread-6517.html) |
Chaining Two Different Hash Types - tstearns7981 - 05-01-2017 Is it possible to chain two different hash types together? I've got a known algorithm, salt and sha-1 hash as follows: sha1[$salt.sha1($salt.sha1($pass))] Which I could theoretically implement if I could chain the following two types: 4520 sha1($salt.sha1($pass)) 120 sha1($salt.$pass) Where password guesses would flow like --> 4520 --> 120 It seems like a no-brainer to be able to chain or iterate on some raw types. Am I missing something--is this feature already available? RE: Chaining Two Different Hash Types - undeath - 05-01-2017 This feature is not available and, believe it or not, is not easily implemented. |