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
To use just call GenerateComparableHash.VerifyNonstandardHash(password, hash).