What is Salting?
Adding random data to a password before hashing it, so identical passwords produce different hash values.
Why It Matters
Salting prevents attackers from using pre-computed tables to crack multiple passwords at once.
Real-World Example
Two users with the password 'hunter2' will have completely different stored hashes because each has a unique salt.
“Understanding terms like Salting matters because it helps you have better conversations with developers and make smarter decisions about your software. You do not need to be technical. You just need to know enough to ask the right questions.”
Learn More at buildDay Melbourne
Want to understand these concepts hands-on? Join our one-day workshop and build a real web application from scratch.