PasswordGenerator 2.0.4
A .NET Standard library which generates random passwords with different settings to meet the OWASP requirements
No packages depend on PasswordGenerator.
- Removed usage of Random and replace it with a method which uses RngCrytopServiceProvider
- Changed how it validates special characters to accommodate custom special characters
- Added ability to change the special characters
- Changed minimum length to 4 and maximum length to 256 for One Time Passcode number support
- Compatible with .NET Core, .NET Framework and .NET Standard
- Added ability to get a group of passwords in one call
This package has no dependencies.