PasswordGenerator icon indicating copy to clipboard operation
PasswordGenerator copied to clipboard

A simple C# helper class for ASP.NET Core to generate a random password with custom strength requirements: min length, uppercase, lowercase, digits & more

Results 2 PasswordGenerator issues
Sort by recently updated
recently updated
newest added

Hi. First, thanks for sharing your solution:) I was looking into your Generate method. I have suggestion for improvement if you want. All your parameters are marked with word "require"...

Be aware that this code as it stands has a pretty weak generator and in fact can not generate more than one password per second if you can't pass them...