Glossary · Security+

SEC+

Salting

Adding random data to a password before hashing it, so identical passwords produce different hashes — defeats precomputed (rainbow table) attacks.

// RELATED SECURITY+ TERMS