138k views
0 votes
What name is given to random characters that you can combine with an actual input key to create the encryption key?

1 Answer

6 votes
Salt value is the name given to random characters that you can combine with an actual input key to create the encryption key. Salt is a random string of data used to modify a password hash. When you add salt to a password hash the attacker is prevented form testing known dictionary words across the entire system. The longer tha salt value the better the protection.
User Shakeia
by
8.6k points

No related questions found