Salt in Cryptography: Enhancing Password Security
Salt is random data added to passwords before hashing, making it harder for attackers to crack them. π

Audiopedia
4.8K views β’ Oct 6, 2014

About this video
In cryptography, a salt is random data that is used as an additional input to a one-way function that hashes a password or passphrase. The primary function of salts is to defend against dictionary attacks versus a list of password hashes and against pre-computed rainbow table attacks.
A new salt is randomly generated for each password. In a typical setting, the salt and the password are concatenated and processed with a cryptographic hash function, and the resulting output (but not the original password) is stored with the salt in a database. Hashing allows for later authentication while defending against compromise of the plaintext password in the event that the database is somehow compromised.
This video is targeted to blind users.
Attribution:
Article text available under CC-BY-SA
Creative Commons image source in video
A new salt is randomly generated for each password. In a typical setting, the salt and the password are concatenated and processed with a cryptographic hash function, and the resulting output (but not the original password) is stored with the salt in a database. Hashing allows for later authentication while defending against compromise of the plaintext password in the event that the database is somehow compromised.
This video is targeted to blind users.
Attribution:
Article text available under CC-BY-SA
Creative Commons image source in video
Video Information
Views
4.8K
Likes
10
Duration
7:51
Published
Oct 6, 2014
User Reviews
3.9
(4)