Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 561 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 561 Bytes

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.