I read from wiki:
The attacker has access to both the hashed password and the salt, so when running the dictionary attack, the attacker can simply use the known salt when attempting to crack the password.
I have two questions:
- Should the attacker not get the hashed (password + salt) instead?
- Is it true that the attacker can get the salt?