Pepper (cryptography)

ID: pepper-cryptography

Pepper is a security mechanism used in cryptography, particularly in the context of password hashing. It involves adding a secret value to a password before hashing it. The goal of using pepper is to enhance the security of stored passwords by providing an additional layer of protection against various attacks, such as rainbow table attacks and brute-force attacks.

New to topics? Read the docs here!