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.