BCrypt.Net-Next.StrongName
3.5.0
See the version list below for details.
dotnet add package BCrypt.Net-Next.StrongName --version 3.5.0
NuGet\Install-Package BCrypt.Net-Next.StrongName -Version 3.5.0
<PackageReference Include="BCrypt.Net-Next.StrongName" Version="3.5.0" />
paket add BCrypt.Net-Next.StrongName --version 3.5.0
#r "nuget: BCrypt.Net-Next.StrongName, 3.5.0"
// Install BCrypt.Net-Next.StrongName as a Cake Addin #addin nuget:?package=BCrypt.Net-Next.StrongName&version=3.5.0 // Install BCrypt.Net-Next.StrongName as a Cake Tool #tool nuget:?package=BCrypt.Net-Next.StrongName&version=3.5.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 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 | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 is compatible. |
.NET Framework | net20 is compatible. net35 is compatible. net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 is compatible. net46 was computed. net461 was computed. net462 is compatible. net463 was computed. net47 was computed. net471 was computed. net472 is compatible. net48 is compatible. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 2.0
- No dependencies.
-
.NETFramework 3.5
- No dependencies.
-
.NETFramework 4.0
- No dependencies.
-
.NETFramework 4.5.2
- System.Memory (>= 4.5.3)
-
.NETFramework 4.6.2
- System.Memory (>= 4.5.3)
-
.NETFramework 4.7.2
- System.Memory (>= 4.5.3)
-
.NETFramework 4.8
- System.Memory (>= 4.5.3)
-
.NETStandard 2.0
- System.Memory (>= 4.5.3)
-
.NETStandard 2.1
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (2)
Showing the top 2 popular GitHub repositories that depend on BCrypt.Net-Next.StrongName:
Repository | Stars |
---|---|
Aguafrommars/TheIdServer
OpenID/Connect, OAuth2, WS-Federation and SAML 2.0 server based on Duende IdentityServer and ITFoxtec Identity SAML 2.0 with its admin UI
|
|
anoyetta/ACT.Hojoring
Advanced Combat Tracker の FFXIV向けプラグインです。トリガ、TTSの拡張、HUDの拡張など。
|
Version | Downloads | Last updated |
---|---|---|
4.0.3 | 69,527 | 3/3/2022 |
4.0.2 | 40,800 | 11/19/2020 |
4.0.0 | 90,067 | 4/14/2020 |
3.5.0 | 10,239 | 4/14/2020 |
3.3.3 | 2,376 | 3/10/2020 |
3.3.2 | 846 | 3/10/2020 |
3.2.1 | 11,746 | 9/29/2019 |
3.2.0 | 1,397 | 9/21/2019 |
3.1.3 | 24,746 | 1/31/2019 |
3.1.2 | 1,604 | 12/15/2018 |
3.1.0 | 10,054 | 7/20/2018 |
3.0.1 | 1,441 | 6/26/2018 |
2.2.0 | 1,210 | 7/20/2018 |
2.1.4 | 1,352 | 6/26/2018 |
2.1.3 | 56,309 | 3/23/2018 |
2.1.0 | 7,167 | 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.
As part of the fix 3.5 release contains the ability to `Verify` and `HashPassword` were given an additional `v4CompatibleEnhancedEntropy` parameter.
This allows the user to verify their Enhanced hash as normal; then re-hash + store using V4. This functionality is purely to allow migration and is removed in V4.