You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This utility provides a standalone password hasher for ASP.NET Core without a dependency on ASP.NET Identity. The passwords are hashed using the new [Data Protection](https://github.com/aspnet/DataProtection) stack.
12
-
13
10
<hr>
14
11
15
-
## Installation
12
+
This utility provides a standalone password hasher for ASP.NET Core without a dependency on ASP.NET Identity. The passwords are hashed using the new [Data Protection](https://github.com/aspnet/DataProtection) stack.
16
13
17
-
#### Add the [CryptoHelper NuGet package](https://www.nuget.org/packages/CryptoHelper) to your project
18
-
Add this to your `project.json`:
19
-
```json
20
-
"dependencies": {
21
-
"CryptoHelper": "2.1.1"
22
-
}
23
-
```
14
+
<hr>
24
15
25
-
--
16
+
## Download
26
17
27
-
#### Download using the NuGet Package Manager Console
28
-
```
29
-
Install-Package CryptoHelper -Pre
30
-
```
18
+
CryptoHelper is available on [NuGet](https://www.nuget.org/packages/CryptoHelper).
0 commit comments