faster with --markov-disable - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Ancient Versions (https://hashcat.net/forum/forum-46.html) +--- Forum: Very old oclHashcat-lite Support (https://hashcat.net/forum/forum-22.html) +--- Thread: faster with --markov-disable (/thread-1393.html) |
faster with --markov-disable - forumhero - 07-19-2012 playing around with the markov feature in Lite and noticed that it's faster if markov is disabled when trying to crack the example hash of "hashcat!" markov-disable takes 15 secs to crack. markov with default hcstat or rockyou.hcstat takes about 3mins. is this normal? command is: oclhashcat-lite64.exe --pw-min 8 md5hash -2 ?l?s ?l?l?l?l?l?l?l?2 RE: faster with --markov-disable - atom - 07-19-2012 yes, because the ! is the 2nd automatic selected char at 0x21 RE: faster with --markov-disable - forumhero - 07-19-2012 assuming i did not already know the plaintext. when using markov should the mask always be the same, as in, ?2?2?2?2?2?2?2?2 instead of how i had it? tying to understand when is a good use-case to enable or disable markov RE: faster with --markov-disable - undeath - 07-20-2012 no, markov fully supports masks |