I have a list of possible passwords that need to be evaluated if they meet the characters needed for passwords:
For example:
@Re@S70p1492
- Has symbols
- Has uppercase
- Has lowercase
- Has numbers
If easier, it could also be done that the custom function would return a value for a character in the string.
- If a character is a symbol, the value would be 1
- Uppercase, 10
- Lowercase, 100
- Numbers, 1000
- The sum for a 4 character password would 1111.