Lets say I have a password that's up to 24 characters, and I know the groups of characters in the password, but not the combination. So, I build an 18-line list with each line having up to 8 characters:
I know that the password is a combination of at least some of these lines.
How would I go about this?
Code:
l1
li2
lin3
line4
...
I know that the password is a combination of at least some of these lines.
How would I go about this?