09-22-2019, 08:05 PM
Yeah, the startup time is non-trivial for sure. A big value of PRINCE is in keeping "state" about which words appear most frequently (based on their order in the original wordlist). So if that's not important, writing a simple shell script to generate all possible iterations will definitely start up faster.
Yep - that's pretty much exactly what my gist does, too. Good enough is good enough!
(09-22-2019, 07:09 PM)nullbyte Wrote: About the space separator, I got it working by using awk to append a space to every line in the wordlist, then used a Hashcat rule to remove the last character from every candidate passphrase, which removes the unintended space. At least for my use case, it is good enough.
Yep - that's pretty much exactly what my gist does, too. Good enough is good enough!
~