31.3k views
5 votes
What can be used to increase the strength of hashed passwords??

User Bcarothers
by
5.5k points

2 Answers

1 vote
You could the date of your birthday numbers, that usually adds about 6 numbers. thats what i always do.
User ThisIsErico
by
6.2k points
5 votes
#1) What can be used to increase the strength of hashed passwords??
Answer: Salt. 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. Salts are closely related to the concept of nonce. More technically, salts protect against hash tables and rainbow tables as they, in effect, extend the length and potentially the complexity of the password.
User Thijs Koerselman
by
6.3k points