fun matchesPasswordHash(password: String, hash: String, saltSize: Int = DEFAULT_RANDOM_BYTES_SIZE): Boolean
Checks to see if the given hash value matches the (re)hashing of this string.