Install-Package HasherLibrary -Version 1.0.1
dotnet add package HasherLibrary --version 1.0.1
< PackageReference Include="HasherLibrary" Version="1.0.1" />
paket add HasherLibrary --version 1.0.1
HasherV3.GetRandomKeyHashPair()
Gets a random password and hash pair
HasherV3.GenerateIdentityV3Hash(password)
Given a password generates the identity hash
Password.GeneratePassword(includeLowercase, includeUppercase, includeNumeric, includeSpecial, includeSpaces, lengthOfPassword)
Given the choosen parameters generates a valid random password