A Secure Password Hashing Implementation for PCLs

19/04/2015 1 Comment

Almost every software has to deal with some kind of user/identity management, especially in the mobile space. This article presents a simple-to-use, yet secure helper class for password hashing and hash validation, which is compatible with .NET Portable Class Libraries.

Read More