Este website utiliza cookies para fins funcionais, analíticos e publicitários, tal como descrito na nossa Política de privacidade. Se concordar com a nossa utilização de cookies, pode continuar a utilizar o site.
In cryptography, a salt is the additional random input that is added to password or passphrase to make the password hash unique. It prevents from the hashed output password to be cracked so easily by the hacker. When you salt your password, the function will be Hash (salt | password), instead of Hash(password).
A common cyber-attack tactic where a perpetrator diverts large amounts of traffic towards a particular network or service in an effort to disrupt normal services.