Description:
The password generator currently does not allow excluding specific special characters.
Many services require special characters but restrict certain ones such as #, ", \, <, > or |.
Proposal:
Add an option to define a list of disallowed special characters.
Alternatively, provide a selection where users can specify exactly which characters should be included.
Benefits:
Generated passwords remain secure.
Ensures compatibility with services that enforce restrictive password policies.