06-25-2023, 02:58 AM
Just to point out my example, I know I can do things like:
The point here is the permutation. If I try to make something more complex: Let's say I know my password have:
How can I write this rule without having to write all the permutations possible?
Code:
--custom-charset1 ?u?l?d
?s?1?1?!?1
?1?s?1?!?1
?1?1?s?!?1
....
The point here is the permutation. If I try to make something more complex: Let's say I know my password have:
- One, and only one special character (in any place)
- One, and only one upper
- One, and only one lower
- and the rest are digits
How can I write this rule without having to write all the permutations possible?