open fun computeHash(password: String, salt: String, version: Int): String
Compute the hashed password given the unhashed password and the salt
password - the unhashed password
password
salt - the salt
salt
version - the nonce version to use
version
Return the hashed password