An open API service indexing awesome lists of open source software.

https://github.com/soenneker/soenneker.hashing.pbkdf2

A utility library for Pbkdf2 hashing and verification.
https://github.com/soenneker/soenneker.hashing.pbkdf2

csharp dotnet hash hashing pbkdf2 pbkdf2hashingutil util

Last synced: 4 months ago
JSON representation

A utility library for Pbkdf2 hashing and verification.

Awesome Lists containing this project

README

          

[![](https://img.shields.io/nuget/v/soenneker.hashing.pbkdf2.svg?style=for-the-badge)](https://www.nuget.org/packages/soenneker.hashing.pbkdf2/)
[![](https://img.shields.io/github/actions/workflow/status/soenneker/soenneker.hashing.pbkdf2/publish-package.yml?style=for-the-badge)](https://github.com/soenneker/soenneker.hashing.pbkdf2/actions/workflows/publish-package.yml)
[![](https://img.shields.io/nuget/dt/soenneker.hashing.pbkdf2.svg?style=for-the-badge)](https://www.nuget.org/packages/soenneker.hashing.pbkdf2/)
[![](https://img.shields.io/github/actions/workflow/status/soenneker/soenneker.hashing.pbkdf2/codeql.yml?label=CodeQL&style=for-the-badge)](https://github.com/soenneker/soenneker.hashing.pbkdf2/actions/workflows/codeql.yml)

# ![](https://user-images.githubusercontent.com/4441470/224455560-91ed3ee7-f510-4041-a8d2-3fc093025112.png) Soenneker.Hashing.Pbkdf2
### A utility library for Pbkdf2 hashing and verification.

## Installation

```
dotnet add package Soenneker.Hashing.Pbkdf2
```