<PackageReference Include="BCrypt-Official" Version="0.1.107" />

BCrypt-Official 0.1.107

A .Net port of jBCrypt implemented in C#. It uses a variant of the Blowfish encryption algorithm’s keying schedule, and introduces a work factor, which allows you to determine how expensive the hash function will be, allowing the algorithm to be "future-proof".

<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
  <metadata>
    <id>BCrypt-Official</id>
    <version>0.1.107</version>
    <title>BCrypt.Net</title>
    <authors>rdez</authors>
    <owners>rdez</owners>
    <licenseUrl>http://bcrypt.codeplex.com/license</licenseUrl>
    <projectUrl>http://bcrypt.codeplex.com/</projectUrl>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <description>A .Net port of jBCrypt implemented in C#. It uses a variant of the Blowfish encryption algorithm’s keying schedule, and introduces a work factor, which allows you to determine how expensive the hash function will be, allowing the algorithm to be "future-proof".</description>
    <summary />
    <tags>bcrypt c# security password</tags>
  </metadata>
</package>