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 |
1. Assume that passwords are selected from four-character combination of 26 alphabetic characters. Assume that an adversary is able to attempt passwords at a rate of one per second. a. Assuming no feedback to the adversary until each attempt has been completed, what is the expected time to recover the correct password? b. Assuming feedback to the adversary flagging an error as each incorrect character is entered, what is the expected time to discover the correct password?
What is the difference between a virus and a trojan?
0 Answers Tavant Technologies, Zensar,
I run an SMB. I have 4 people in my entire company and a web-based store. I don’t have the time, patience or manpower to have a computer guy. Why should I care about exploits and computer jibberish?
What are salted hashes?
How would you login to Active Directory from a Linux or Mac box?
What are the most common computer applications?
How would you permanently remove the threat of data falling into the wrong hands?
How do you protect your home Wireless Access Point?
What is the difference between an HIDS and a NIDS?
How would you lock down a mobile device?
What do you think of social networking sites such as Facebook and LinkedIn?
What is the difference between closed-source and open-source? Which is better?