Skip to content

brettski/bdpasswordgenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BD Password Generator

Moved from Codeplex on 9/16/2017

Project Description

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!

Download from nuget!

PM> Install-Package BDPasswordGenerator

Documentation

See Documentation for class reference and Examples

System Requirements

For Use

  • .NET 4.8

For Development

  • .NET 4.8 SDK
  • Visual Studio 2017+

Nuget packaging

nuget.exe pack -Properties Configuration=Release

About

Fast, flexible and lightweight password and random string generation library

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages