Moved from Codeplex on 9/16/2017
Fast, flexible and lightweight password and random string generation library.
- The BD Password Generation Library uses System.Security.Cryptography.RNGCryptoServiceProvider() MSDN, v4.8.1 for randomization.
- Character sets used for randomization may be fully customized with any Unicode values.
- Generate large random character strings. Generate a 100,000 character random string in milliseconds.
- Use for performing random dice rolls.
- Bulk Password Generation
- Generates 100,000 30 character passwords in < 600ms (i7-2720QM CPU @ 2.2 GHz)
- Guaranteed no duplicates!
PM> Install-Package BDPasswordGenerator
See Documentation for class reference and Examples
- .NET 4.8
- .NET 4.8 SDK
- Visual Studio 2017+
nuget.exe pack -Properties Configuration=Release