show/hide this revision's text 2 added 4 characters in body

there

There are two techniques, with different goals:

  • the 'salt'

    • The "salt" is used to make to two otherwise equal passwords encrypt differently. this This way, an intruder can't efficiently use a dictionary attack against a whole list of encrypted passwords.

    • the

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

show/hide this revision's text 1

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.