Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 491 Bytes

File metadata and controls

8 lines (5 loc) · 491 Bytes

Passlib.PBKDF2WithHmacSHA512.NET

A quick project to show how to verify a Passlib pdkdf2 sha512 hash in .Net

Uses the Derive Bytes implementation from JimmiTh on Stack Overflow and the tips from zaph also on Stack Overflow.

Can be used to verify passwords generated by Passlib using the $pbkdf2-sha512$ algorithm.

To use just call GenerateComparableHash.VerifyNonstandardHash(password, hash).