What is MD5 Salt and How to Use It?
In cryptography, salt is a random string that you add to an input word, to generate a different hash that with the word alone.
在密码学中,盐是一个随机的字符串,你可以将盐加到你所输入的字符串中,(密码 / 用户名等),拼接起来之后来生成一个不同的Hash。由于盐的存在,虽然输入字符串相同,但Hash的结果由于雪崩效应也会因此不同。