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.

hashcat Forum

Full Version: Iterated hash
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I feel like I'm missing something obvious.. 
I'm attempting to crack an iterated sha256($salt.$pass) hash, with a known salt. easy, if not for the iterated bit, but hashcat mentions format -m 1420 as "Raw Hash, Salted and / or Iterated", but I have no idea how to trigger this.

The hash is from the default implementation of Apache Shiro Hashing Service, which I'm auditing.

How do you make Hashcat run Iterated ?
You can't, because iteration (as well as salted) are somehow too unprecise to map it to code. Therefore, there can't be any generic hash-mode for this.

This is the way to go for you: https://hashcat.net/wiki/doku.php?id=fre...plish_this