![]() |
VOOZH | about |
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" />Directory.Packages.props
<PackageReference Include="CryptoHelper" />Project file
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.0Install as a Cake Addin
#tool nuget:?package=CryptoHelper&version=5.1.0Install as a Cake Tool
🔑 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.
CryptoHelper is available on NuGet.
<hr>
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 net5.0 was computed. net5.0-windows net5.0-windows was computed. net6.0 net6.0 was computed. net6.0-android net6.0-android was computed. net6.0-ios net6.0-ios was computed. net6.0-maccatalyst net6.0-maccatalyst was computed. net6.0-macos net6.0-macos was computed. net6.0-tvos net6.0-tvos was computed. net6.0-windows net6.0-windows was computed. net7.0 net7.0 was computed. net7.0-android net7.0-android was computed. net7.0-ios net7.0-ios was computed. net7.0-maccatalyst net7.0-maccatalyst was computed. net7.0-macos net7.0-macos was computed. net7.0-tvos net7.0-tvos was computed. net7.0-windows net7.0-windows was computed. net8.0 net8.0 is compatible. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 was computed. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 is compatible. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
| .NET Core | netcoreapp3.0 netcoreapp3.0 was computed. netcoreapp3.1 netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.1 netstandard2.1 is compatible. |
| MonoAndroid | monoandroid monoandroid was computed. |
| MonoMac | monomac monomac was computed. |
| MonoTouch | monotouch monotouch was computed. |
| Tizen | tizen60 tizen60 was computed. |
| Xamarin.iOS | xamarinios xamarinios was computed. |
| Xamarin.Mac | xamarinmac xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos xamarinwatchos was computed. |
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 |
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 5.1.0 | 492 | 6/12/2026 |
| 5.0.0 | 9,552 | 4/20/2026 |
| 4.0.0 | 278,308 | 2/9/2024 |
| 3.0.2 | 2,708,682 | 3/7/2018 |
| 3.0.1 | 14,311 | 2/3/2018 |
| 3.0.0 | 142,065 | 8/18/2017 |
| 2.2.0 | 3,222 | 2/7/2018 |
| 2.1.1 | 11,690 | 4/24/2017 |
| 2.1.0 | 4,080 | 11/16/2016 |
| 2.0.4 | 40,615 | 3/7/2018 |
| 2.0.3 | 2,333 | 2/7/2018 |
| 2.0.1 | 2,401 | 5/5/2017 |
| 2.0.0 | 85,983 | 6/28/2016 |