PrinceProcessor
#4
If we assume that the four words are Diceware-style, and truly chosen at random from a list, then for a four-word passphrase, princeprocessor would properly try "barnbarnbarnbarn', etc, but IIRC combipow will not.  Also, IIRC combipow is limited to a very short wordlist (like 64 words or something?). And getting the combinators to do four words is non-trivial. So I think recompiled princeprocessor is a pretty good fit here.

And you'll want to use "--elem-cnt-min=4" and "--elem-cnt-max=4" parameters to confine pp64 to exactly four words.

(And actually, if I had my druthers, if princeprocessor could be updated to accept a larger PW_MAX as a cmdline switch (even by significantly multiplying the size of the binary, by having multiple chunks of code, each optimized for a given PW_MAX), that would be cool, and make princeprocessor more suitable out of the box for this purpose)
~


Messages In This Thread
PrinceProcessor - by captmeoff - 05-23-2018, 04:07 PM
RE: PrinceProcessor - by royce - 05-23-2018, 04:27 PM
RE: PrinceProcessor - by captmeoff - 05-23-2018, 05:16 PM
RE: PrinceProcessor - by unix-ninja - 05-23-2018, 04:42 PM
RE: PrinceProcessor - by royce - 05-23-2018, 05:16 PM
RE: PrinceProcessor - by royce - 05-23-2018, 05:20 PM
RE: PrinceProcessor - by captmeoff - 05-23-2018, 05:25 PM
RE: PrinceProcessor - by royce - 05-24-2018, 06:25 AM