Skip to content

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

Notifications You must be signed in to change notification settings

johnmark13/Passlib.PBKDF2WithHmacSHA512.NET

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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).

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages