What does this hashcat outupt mean?
#1
hashcat output:

Code:
Applicable optimizers:
* Zero-Byte
* Early-Skip
* Not-Salted
* Not-Iterated
* Single-Hash
* Single-Salt
* Brute-Force
* Raw-Hash


What does these lines of output mean?  Are they optimizers that can be applied?  or that have been applied?

If they haven't been applied, how do you apply them?

Thanks!

Matt
Reply
#2
They are the ones that have actually been applied. Smile

The phrasing could be more clear - I'll propose something better.

Thanks for the question - this will hopefully make things more clear for other users, too!

https://github.com/hashcat/hashcat/pull/2464
~
Reply
#3
(06-23-2020, 10:08 PM)royce Wrote: They are the ones that have actually been applied. Smile

The phrasing could be more clear - I'll propose something better.

Thanks for the question - this will hopefully make things more clear for other users, too!

https://github.com/hashcat/hashcat/pull/2464

No problem Royce!  Thanks for the reply
Reply