05-16-2021, 04:04 PM
Ok ... if I understand the explanations behind your provided links, this:
... should be correct. Dealing with rules will be too difficult for me now at the beginning. So thank you very much for your information so far philsmd. I will refine my first attempt a little bit. Because the possible schemes of my password can be, as example ...
... will split it in three custom charsets, like this:
With this mask and charsets I will exclude the word (and characters from) spoon for the beginning of the password and a couple of characters of the first part of the password in order to speed the calculation a little bit up.
Better?
Quote:--custom-charset1: wWeEaAtThHrRsSpPoOnN32
?1?1?1?1?1?1?1?1?1?1?1?1?1?1
... should be correct. Dealing with rules will be too difficult for me now at the beginning. So thank you very much for your information so far philsmd. I will refine my first attempt a little bit. Because the possible schemes of my password can be, as example ...
Quote:32weatherspoon
2weatherspoon3
2WeaTher3SPoon
weather32spoon
wEAthersPoon23
...
(and so on)
... will split it in three custom charsets, like this:
Quote:--custom-charset1: 23wWeEaAtThHrR
--custom-charset2: 23eErRsSpP
--custom-charset3: 23sSpPoOnN
?1?1?1?1?1?2?2?2?2?3?3?3?3?3
With this mask and charsets I will exclude the word (and characters from) spoon for the beginning of the password and a couple of characters of the first part of the password in order to speed the calculation a little bit up.
Better?