password Key Derivation Functions

For questions and postings not covered by the other forums
User avatar
ghosttie
Posts: 181
Joined: Sat Aug 15, 2009 1:25 am
Location: Atlanta, GA, USA
Contact:

password Key Derivation Functions

Postby ghosttie » Thu Jul 10, 2014 6:34 am

The best practices for passwords are to use a slow Key Derivation Function (e.g. PBKDF2, bcrypt or scrypt) and to have a separate salt for each password.

None of these appear to be provided by the advapi32 crypt functions, although PBKDF2 is provided in .NET by the Rfc2898DeriveBytes class.

Does anyone know of a trustworthy C DLL that provides one of those Key Derivation Functions? I could use Rfc2898DeriveBytes, but using .NET for this seems like overkill and I'd prefer scrypt over PBKDF2.
I have a catapult. Give me all the money or I will fling an enormous rock at your head.

Return to “General Discussion”

Who is online

Users browsing this forum: No registered users and 1 guest

cron