there are two techniques, with different goals:

- the 'salt' used to make to otherwise equal passwords encrypt differently. this way, an intruder can't efficiently use a dictionary attack against a whole list of encrypted passwords.

- the (shared) 'secret' is added before hashing a message, so that an intruder can't create his own messages and have them accepted.