You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Safe password hashing for C#. Works with the modular crypt format and is an implementation of http://www.akkadia.org/drepper/SHA-crypt.txt. This code is heavily based on https://gist.github.com/1092558.