CryptoHelper 5.1.0
dotnet add package CryptoHelper --version 5.1.0
NuGet\Install-Package CryptoHelper -Version 5.1.0
<PackageReference Include="CryptoHelper" Version="5.1.0" />
<PackageVersion Include="CryptoHelper" Version="5.1.0" />
<PackageReference Include="CryptoHelper" />
paket add CryptoHelper --version 5.1.0
#r "nuget: CryptoHelper, 5.1.0"
#:package CryptoHelper@5.1.0
#addin nuget:?package=CryptoHelper&version=5.1.0
#tool nuget:?package=CryptoHelper&version=5.1.0
CryptoHelper
🔑 Standalone password hasher for ASP.NET Core using a PBKDF2 implementation.
This utility provides a standalone password hasher for ASP.NET Core without a dependency on ASP.NET Identity. The passwords are hashed using the Data Protection stack of ASP.NET Core.
Download
CryptoHelper is available on NuGet.
<hr>
Usage
using CryptoHelper;
// Hash a password
public string HashPassword(string password)
{
return PasswordHasher.HashPassword(password);
}
// Verify the password hash against the given password
public bool VerifyPassword(string hash, string password)
{
return PasswordHasher.VerifyHashedPassword(hash, password);
}
The class name Crypto has been changed to PasswordHasher.
| 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 is compatible. 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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
| .NET Core | netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.1 is compatible. |
| MonoAndroid | monoandroid was computed. |
| MonoMac | monomac was computed. |
| MonoTouch | monotouch was computed. |
| Tizen | tizen60 was computed. |
| Xamarin.iOS | xamarinios was computed. |
| Xamarin.Mac | xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.1
- Microsoft.AspNetCore.Cryptography.KeyDerivation (>= 10.0.9)
-
net10.0
- Microsoft.AspNetCore.Cryptography.KeyDerivation (>= 10.0.9)
-
net8.0
- Microsoft.AspNetCore.Cryptography.KeyDerivation (>= 10.0.9)
NuGet packages (8)
Showing the top 5 NuGet packages that depend on CryptoHelper:
| Package | Downloads |
|---|---|
|
Celerik.NetCore.Util
Provides some custom utilities for .NET Core projects, including: attributes, azure, datetime, files, json, resources, convertions, crypto, enums, queries, stack trace, strings, testing, validations among others. |
|
|
Dst.Common.System
Package Description |
|
|
Bhbk.Lib.Cryptography
Library for general cryptography purposes. |
|
|
XDK.Security
Package Description |
|
|
UpDevs.Sdk.Security
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 5.1.0 | 101 | 6/12/2026 |
| 5.0.0 | 9,189 | 4/20/2026 |
| 4.0.0 | 276,634 | 2/9/2024 |
| 3.0.2 | 2,706,408 | 3/7/2018 |
| 3.0.1 | 14,306 | 2/3/2018 |
| 3.0.0 | 141,989 | 8/18/2017 |
| 2.2.0 | 3,222 | 2/7/2018 |
| 2.1.1 | 11,689 | 4/24/2017 |
| 2.1.0 | 4,080 | 11/16/2016 |
| 2.0.4 | 40,430 | 3/7/2018 |
| 2.0.3 | 2,333 | 2/7/2018 |
| 2.0.1 | 2,399 | 5/5/2017 |
| 2.0.0 | 85,965 | 6/28/2016 |