There are two techniques, with different goals: - The "salt" is used to make two 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.