What are salted hashes?
Answer / chaitanya
Salt at its most fundamental level is random data. When a properly protected password system receives a new password, it will create a hashed value for that password, create a new random salt value, and then store that combined value in its database. This helps defend against dictionary attacks and known hash attacks. For example, if a user uses the same password on two different systems, if they used the same hashing algorithm, they could end up with the same hash value. However, if even one of the systems uses salt with its hashes, the values will be different.
| Is This Answer Correct ? | 1 Yes | 0 No |
What is worse in Firewall Detection, a false negative or a false positive? And why?
What is an easy way to configure a network to allow only a single computer to login on a particular jack?
What is the difference between a virus and a trojan?
0 Answers Tavant Technologies, Zensar,
What’s the difference between Symmetric and Asymmetric encryption?
How many security protocols available?
What is the most commonly used computer application?
What are salted hashes?
You are an employee for a tech department in a non-management position. A high-level executive demands that you break protocol and allow him to use his home laptop at work. What do you do?
Does indexing slow down computer?
What is the difference between a vulnerability and an exploit?
You need to reset a password-protected BIOS configuration. What do you do?
What is XSS?