Search code examples
web-configmembership-providerpbkdf2

ASP.Net machinekey support for PBKDF2


Does anyone know if it is possible to wrap the MS PBKDF2 implementation in a KeyedHashAlgorithm class, in order to use it from a machinekey section in web.config? If so, how is that accomplished?


Solution

  • Finally, Zeletic wrote a great article on how to do this.