samuel-lucas6 / PBKDF2.NET

A .NET implementation of PBKDF2 with HMAC-SHA-2.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

License: MIT

PBKDF2.NET

A .NET implementation of PBKDF2 with HMAC-SHA-2.

Warning

Do NOT use this algorithm. It is NOT strong or well designed. It requires a high number of iterations today. Use Argon2 instead.

About

A .NET implementation of PBKDF2 with HMAC-SHA-2.

License:MIT License


Languages

Language:C# 100.0%