PasswordUtility 1.0.0
PasswordUtility, as the name implies, is a lightweight password utility class that allows you to create random passwords based on certain criteria and validate password strength. The library is loosely based on the OSS KeePass code but was altered for my specific needs
Install-Package PasswordUtility -Version 1.0.0
dotnet add package PasswordUtility --version 1.0.0
<PackageReference Include="PasswordUtility" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add PasswordUtility --version 1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: PasswordUtility, 1.0.0"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
Release Notes
This is the first release.
Dependencies
This package has no dependencies.
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated |
---|---|---|
1.0.0 | 14,549 | 4/29/2015 |