06-04-2023, 12:29 AM
(06-02-2023, 11:50 AM)arduan77 Wrote: Thank you for your answer, but I have to ask. I understand that Markov Chain is used not only to create new passwords by HashCat, but also to check passwords from an external generated password list. I use my own list created by an external generator. After finding a false positive password, I remove the position from 0-false password, and return to check rest of the list, but I'm afraid that the calculations of the found password (false positive) could be completed earlier than the calculations of 0 to found password-1. So I remove non checked passwords.
Markov Chain has nothing to do with password creation. It has to do with the order the given candidates are tried. Hence my former answer.