Hashing Passwords Safely using a Password Based Key Derivation Function (PBKDF2)

Опубликовано: 22 Февраль 2026
на канале: Stephen Haunts (Coding in the Trenches)
12,088
246

In this short lightning talk, I talk about how to safely hash passwords using a technique called a Password-Based Key Derivation Function or PBKDF2. The example I use is .NET and C#, but that is just an implementation detail, this technique can be used in any development system that supports it.

#passwordsafety #pkbdf2 #passwordbasedkeyderivationfunction #hashing #cryptography #lightningtalk #csharp #dotnet #dotnetcore