Score:2

Is hashing salt possible even with the password with salt appended to the end?

sa flag
Bus

Should you hash the salt on its own ? Is that possible?

for example being password with salt appended at the end hash(pass || salt) and hash(salt) in a password file?

Score:2
kr flag

Salt should remain in the plain form. There are 2 reasons for this:

  • Salt is not secret. If the attacker knows salt, it will not give any advantage. The purpose of salt is to prevent usage of rainbow tables. If every password hash uses different salt, then rainbow table makes no sense.
  • To check if a password candidate is correct, we need to repeat exactly the same hashing steps as for the correct password. Means, we need salt in the plain form.
I sit in a Tesla and translated this thread with Ai:

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.