PasswordGenerator 2.0.5
A .NET Standard library which generates random passwords with different settings to meet the OWASP requirements
Install-Package PasswordGenerator -Version 2.0.5
dotnet add package PasswordGenerator --version 2.0.5
<PackageReference Include="PasswordGenerator" Version="2.0.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add PasswordGenerator --version 2.0.5
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: PasswordGenerator, 2.0.5"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
Release Notes
- Fixed bug with methods that use bool and int parameters for the Password class
- Removed usage of Random and replace it with a method which uses RngCrytopServiceProvider
Dependencies
This package has no dependencies.
Used By
NuGet packages (2)
Showing the top 2 NuGet packages that depend on PasswordGenerator:
Package | Downloads |
---|---|
CocoriCore.Security
Package Description
|
|
Olmi.Core.Utils
The utilities of OLMI framework.
|
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on PasswordGenerator:
Repository | Stars |
---|---|
Crypto-Notepad/Crypto-Notepad
🔑 Simple notepad for Windows with encryption features
|