BDPasswordGenerator 1.2.0

dotnet add package BDPasswordGenerator --version 1.2.0
NuGet\Install-Package BDPasswordGenerator -Version 1.2.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="BDPasswordGenerator" Version="1.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add BDPasswordGenerator --version 1.2.0
#r "nuget: BDPasswordGenerator, 1.2.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install BDPasswordGenerator as a Cake Addin
#addin nuget:?package=BDPasswordGenerator&version=1.2.0

// Install BDPasswordGenerator as a Cake Tool
#tool nuget:?package=BDPasswordGenerator&version=1.2.0

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
Product Compatible and additional computed target framework versions.
.NET Framework net48 is compatible.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 4.8

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.2.0 76 3/12/2024
0.1.1 6,050 8/25/2013
0.1.0 1,360 4/11/2013

Configured and tested for .NET 4.8