thanks helped me to recover some old wallets
another questions is how to force sequence?
lets say password is "you are a stupid moron forgot 69 password"
I know that these words could be different
stupid => dumb, retarded, slow
moron => idiot, imbecile, monkey
I can use
+ ^1^ stupid dumb retarded slow
+ ^2^ moron => idiot imbecile monkey
but this is specific order
but, there are might be before and after some tokens
how to fix relationship between stupid<=>moron, that stupid[variable] comes exactly before moron[variable] but flexible position?
You'd use relative anchors to force the word "moron" to come after "stupid":
^r1^stupid dumb retarded slow
^r2^moron idiot imbecile monkey
However, it's not possible to tell BTCRecover something like "there's a sequence of 3 tokens beginning at the second position" because you can't put relative and positional anchors on the same line.