Adding PCFGs to Hashcat's Brain
#3
From what I know, PCFG-based algorithm can hardly provide functions like sc_pcfg_keyspace and sc_pcfg_seek as it has only a partial view of the ongoing candidates. Correct me if I'm wrong.

The fact that sc_pcfg_seek is mandatory sounds a bit too much requirement from my point of view. It means that only algorithms with an index function* (like Markov-based one from Arvind Narayanan) could be implemented. I think algorithms without index function are still worth them, even if you can't "resume" them or distribute their work. Of course you can bypass that lack of index function, but it would require to actually generate candidates without using them so there is no much interest to do that because the main bottleneck of such algorithms is the candidate generation, not candidate handling (memory copying, output, ...).

* By index function, I mean a function which takes a position integer N in input, and returns (or seek to) the candidate number N.


Messages In This Thread
Adding PCFGs to Hashcat's Brain - by lakiw - 11-08-2018, 11:20 PM
RE: Adding PCFGs to Hashcat's Brain - by atom - 11-09-2018, 10:38 AM
RE: Adding PCFGs to Hashcat's Brain - by Matlink - 11-09-2018, 05:31 PM
RE: Adding PCFGs to Hashcat's Brain - by lakiw - 11-09-2018, 05:44 PM
RE: Adding PCFGs to Hashcat's Brain - by atom - 11-09-2018, 07:57 PM
RE: Adding PCFGs to Hashcat's Brain - by lakiw - 11-09-2018, 08:30 PM
RE: Adding PCFGs to Hashcat's Brain - by atom - 11-11-2018, 03:01 PM
RE: Adding PCFGs to Hashcat's Brain - by lakiw - 11-12-2018, 04:11 AM
RE: Adding PCFGs to Hashcat's Brain - by lakiw - 01-07-2019, 05:03 PM