samuel-lucas6 / PBKDF1.NET

A .NET implementation of PBKDF1 using SHA512.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

License: MIT

PBKDF1.NET

A .NET implementation of PBKDF1 using SHA512.

Warning

Do NOT use this algorithm. It is NOT strong or well designed. Use Argon2 or scrypt instead.

About

A .NET implementation of PBKDF1 using SHA512.

License:MIT License


Languages

Language:C# 100.0%