BCrypt.Net-Next.StrongName
4.0.0
See the version list below for details.
Install-Package BCrypt.Net-Next.StrongName -Version 4.0.0
dotnet add package BCrypt.Net-Next.StrongName --version 4.0.0
<PackageReference Include="BCrypt.Net-Next.StrongName" Version="4.0.0" />
paket add BCrypt.Net-Next.StrongName --version 4.0.0
#r "nuget: BCrypt.Net-Next.StrongName, 4.0.0"
// Install BCrypt.Net-Next.StrongName as a Cake Addin
#addin nuget:?package=BCrypt.Net-Next.StrongName&version=4.0.0
// Install BCrypt.Net-Next.StrongName as a Cake Tool
#tool nuget:?package=BCrypt.Net-Next.StrongName&version=4.0.0
A fixed, enhanced and namespace compatible version of BCrypt.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".
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 | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net20 net35 net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETFramework 2.0
- No dependencies.
-
.NETFramework 3.5
- No dependencies.
-
.NETFramework 4.0
- No dependencies.
-
.NETFramework 4.5.2
- System.Memory (>= 4.5.4)
-
.NETFramework 4.6.2
- System.Memory (>= 4.5.4)
-
.NETFramework 4.7.2
- System.Memory (>= 4.5.4)
-
.NETFramework 4.8
- System.Memory (>= 4.5.4)
-
.NETStandard 2.0
- System.Memory (>= 4.5.4)
-
.NETStandard 2.1
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on BCrypt.Net-Next.StrongName:
Repository | Stars |
---|---|
anoyetta/ACT.Hojoring
Advanced Combat Tracker の FFXIV向けプラグインです。トリガ、TTSの拡張、HUDの拡張など。
|
Version | Downloads | Last updated |
---|---|---|
4.0.3 | 3,963 | 3/3/2022 |
4.0.2 | 18,153 | 11/19/2020 |
4.0.0 | 52,493 | 4/14/2020 |
3.5.0 | 2,126 | 4/14/2020 |
3.3.3 | 1,935 | 3/10/2020 |
3.3.2 | 583 | 3/10/2020 |
3.2.1 | 10,229 | 9/29/2019 |
3.2.0 | 1,132 | 9/21/2019 |
3.1.3 | 15,117 | 1/31/2019 |
3.1.2 | 1,197 | 12/15/2018 |
3.1.0 | 9,119 | 7/20/2018 |
3.0.1 | 1,114 | 6/26/2018 |
2.2.0 | 894 | 7/20/2018 |
2.1.4 | 963 | 6/26/2018 |
2.1.3 | 55,646 | 3/23/2018 |
2.1.0 | 5,360 | 11/23/2017 |
See https://github.com/BcryptNet/bcrypt.net/releases
A bug in `Enhanced Hashing` was discovered that causes the hashes created to be inoperable between different languages.
V4 provides the fix for this as well as adding test vectors from PHP and Python to ensure the issue remains fixed in the future. V4 also removes the legacy 384 option that came before Base64 was added.