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