很抱歉,此網頁上的內容無法使用您選擇的語言。

跳到主要內容


主頁 Salting

Salting

Salting definition

Salting is adding a random piece of data to a password or a passphrase before running it through a hashing algorithm.

Salting example

If two users create the same password “window,” their hash output would be the same. With a salt, their passwords would look different. For example, “window#16g!” and “window*7bh$9&” will have different hash outputs.