BCrypt.Net-Core
1.6.0
Install-Package BCrypt.Net-Core -Version 1.6.0
dotnet add package BCrypt.Net-Core --version 1.6.0
<PackageReference Include="BCrypt.Net-Core" Version="1.6.0" />
paket add BCrypt.Net-Core --version 1.6.0
#r "nuget: BCrypt.Net-Core, 1.6.0"
// 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 | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp1.0 netcoreapp1.1 netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard1.3 netstandard1.4 netstandard1.5 netstandard1.6 netstandard2.0 netstandard2.1 |
.NET Framework | net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen30 tizen40 tizen60 |
Universal Windows Platform | uap uap10.0 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.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.Library (>= 1.6.1)
-
.NETStandard 2.0
- No dependencies.
NuGet packages (26)
Showing the top 5 NuGet packages that depend on BCrypt.Net-Core:
Package | Downloads |
---|---|
Relativity.Other
The Relativity .NET package. |
|
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 |
|
Bell.Common
Common code base library |
|
Judiro.Core
Core para la implementación de Clean Architecture con EF core |
|
Ntk8
Auth-Ntk8 (authenticate) is a basic authentication package that could assist you to setup auth within your project a lot quicker. Use the provided base classes and services to quickly setup authentication within your project. |
GitHub repositories (3)
Showing the top 3 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 6) using DotNetty / Entity Framework / WebAPI / Autofac / Mapster / Serilog
|
Version | Downloads | Last updated |
---|---|---|
1.6.0 | 2,489,827 | 12/20/2018 |
1.5.0 | 292,845 | 8/28/2018 |
1.4.0 | 780,082 | 3/23/2017 |
1.3.0 | 5,358 | 3/19/2017 |
1.2.0-CI00005 | 10,980 | 2/14/2017 |
1.2.0-CI00004 | 937 | 2/11/2017 |
1.1.0 | 39,114 | 8/23/2016 |
1.1.0-CI00003 | 974 | 8/23/2016 |
1.0.2 | 17,786 | 6/11/2016 |
1.0.1 | 2,564 | 3/15/2016 |
1.0.0 | 1,594 | 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)