Am I misunderstanding what a hash salt is?

后端 未结 5 1929
闹比i
闹比i 2020-12-31 09:42

I am working on adding hash digest generating functionality to our code base. I wanted to use a String as a hash salt so that a pre-known key/passphrase could be prepended

5条回答
  •  再見小時候
    2020-12-31 09:59

    You are understanding the concept perfectly. Just make sure the prepended salt is repeatable each and every time.

提交回复
热议问题