BCrypt.Net-Core 1.6.0

dotnet add package BCrypt.Net-Core --version 1.6.0
NuGet\Install-Package BCrypt.Net-Core -Version 1.6.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="BCrypt.Net-Core" Version="1.6.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add BCrypt.Net-Core --version 1.6.0
#r "nuget: BCrypt.Net-Core, 1.6.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 BCrypt.Net-Core as a Cake Addin
#addin nuget:?package=BCrypt.Net-Core&version=1.6.0

// Install BCrypt.Net-Core as a Cake Tool
#tool nuget:?package=BCrypt.Net-Core&version=1.6.0

BCrypt.Net .net Core Class Library

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp1.0 was computed.  netcoreapp1.1 was computed.  netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard1.3 is compatible.  netstandard1.4 was computed.  netstandard1.5 was computed.  netstandard1.6 was computed.  netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net40 is compatible.  net403 was computed.  net45 is compatible.  net451 is compatible.  net452 is compatible.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen30 was computed.  tizen40 was computed.  tizen60 was computed. 
Universal Windows Platform uap was computed.  uap10.0 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 4.0

    • No dependencies.
  • .NETFramework 4.5

    • No dependencies.
  • .NETFramework 4.5.1

    • No dependencies.
  • .NETFramework 4.5.2

    • No dependencies.
  • .NETStandard 1.3

  • .NETStandard 2.0

    • No dependencies.

NuGet packages (32)

Showing the top 5 NuGet packages that depend on BCrypt.Net-Core:

Package Downloads
DProjects.Core.Crypto The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

DProjects.Core.Crypto

magic.lambda.crypto

Cryptography helpers for Magic, allowing you to store passwords cryptographically secured, in addition to providing some other crypto functionality, such as cryptogragraphically secure random generator, and other hashin slots. To use package go to https://polterguy.github.io

Relativity.Other

The Relativity .NET package.

Bell.Common

Common code base library

Vlingo.Xoom.Common

This is a very early stage release of the vlingo platform. The vlingo-net-common project consists of some tools that are used across various other vlingo-net projects.

GitHub repositories (4)

Showing the top 4 popular GitHub repositories that depend on BCrypt.Net-Core:

Repository Stars
openbullet/OpenBullet2
OpenBullet reinvented
ACEmulator/ACE
Asheron's Call server emulator.
NosCoreIO/NosCore
NosCore is a Nostale emulator in c# (.Net 8) using DotNetty / Entity Framework / WebAPI / Autofac / Mapster / Serilog
ArchaicQuest/ArchaicQuest-II
ArchaicQuest II :dragon: is a multiplayer text based RPG known as a Multi User Dungeon (MUD) that is playable from your browser.
Version Downloads Last updated
1.6.0 5,455,825 12/20/2018
1.5.0 374,124 8/28/2018
1.4.0 1,078,315 3/23/2017
1.3.0 5,791 3/19/2017
1.2.0-CI00005 13,902 2/14/2017
1.2.0-CI00004 1,070 2/11/2017
1.1.0 49,029 8/23/2016
1.1.0-CI00003 1,107 8/23/2016
1.0.2 38,795 6/11/2016
1.0.1 2,875 3/15/2016
1.0.0 2,144 1/30/2016

Added support for netstandard 2.0, which should simplify package references for some users.
Added Sourcelink support (Thanks to @cmendible)
Added method to extract work factor (Thanks to @SureshAmudalapalli)