| |
Salt is random data that is added to data before it is passed to a hash function. It is a cryptographic technique that makes hash codes more difficult to reverse. Salt & Passwords Passwords are typically converted to a hash value for storage on disk or a database. In this way, if an attacker accesses the passwords, they can't be used to access systems.
Reversing a hash value is extremely difficult. The most common approach that attackers take is to use a rainbow table that contains hash codes for common passwords. Adding salt to a password renders a rainbow table useless even if the salt is known to the attacker.
Encryption
This is the complete list of articles we have written about encryption.
If you enjoyed this page, please consider bookmarking Simplicable.
© 2010-2023 Simplicable. All Rights Reserved. Reproduction of materials found on this site, in any form, without explicit permission is prohibited.
View credits & copyrights or citation information for this page.
|