How to optimize speed or setup
#5
Two notes here:

Approaches that use Markov Models need to be split into two groups. The ones that can work with slow hashes and the ones that can work with both slow and fast hashes. There's only one implementation which can handle both and that's the one implemented in hashcat. Whenever you use a mask in hashcat, you always use a Markov Models based keyspace search optimization unless you use --markov-disable. The first group, the ones that can handle slow hashes only, is more efficient. For example: OMEN. But, they are good for slow hashes only. But then, they are not as a good as a real wordlist attack and if you have a really slow hash like veracrypt there's only a wordlist attack left you can do. That means Markov Models of the first kind becomes more useless the slower the hash is.

And there's those approaches that base on some feedback. But feedback, that make no sense for slow hashes. For example NN. I can't understand how such an paper gets accepted to BH. The NN approach needs a fast hash to be useful. But then, there's no way to implement NN fast enough for a fast hash. So we can't use it for slow hashes and we can't use it for fast hashes. There's nothing left makes this approach a typical theoretical attack which is useless in a real-life scenario.

Also, IPMI2 is a fast hash, not a slow hash.


Messages In This Thread
How to optimize speed or setup - by pepix - 10-12-2016, 08:52 AM
RE: How to optimize speed or setup - by kiara - 10-12-2016, 12:37 PM
RE: How to optimize speed or setup - by epixoip - 10-12-2016, 08:24 PM
RE: How to optimize speed or setup - by root2 - 10-14-2016, 11:31 AM
RE: How to optimize speed or setup - by atom - 10-15-2016, 10:12 AM
RE: How to optimize speed or setup - by root2 - 10-16-2016, 11:35 AM
RE: How to optimize speed or setup - by atom - 10-16-2016, 08:09 PM
RE: How to optimize speed or setup - by pepix - 10-17-2016, 09:49 AM