PasswordGenerator
PasswordGenerator copied to clipboard
Password length invalid. Must be between 4 and 256 characters long
new Password(1).Next() and I get "Password length invalid. Must be between 4 and 256 characters long" why? strange behaviour why 4 and not 5? why I get string but not exception? new Password(1).IncludeLowercase().IncludeUppercase(); - would be useful if password must always starts with letter