makeSaltedPasswordHash

These added a dependency on arsd.sha, but hashing passwords is somewhat useful in a lot of apps so I figured it was worth it. use this to make the hash to put in the database...

string
makeSaltedPasswordHash
(,
string salt = null
)
Suggestion Box / Bug Report