the.com/salting

adding chaos on purpose so nobody can precompute your secrets in advance.

means appending a random unique value to data (usually a password) before hashing it, so identical inputs produce different outputs.

from from literal salt curing meat: unpredictable variation that keeps things from spoiling in the same predictable way, borrowed by cryptographers in the 1970s unix password system.

for instance

unix crypt1976, first widespread password salting implementation

bcrypt1999 algorithm with salting baked directly into its output format

linkedin 2012 breach6.5m passwords leaked unsalted, cracked within days

django frameworkauto-salts every password hash by default since 2013

the.com/
what’s happening now · the.com · generated