Rfc2898DeriveBytes: Salt (get)

Salt

Gets the key salt value for the operation.



 Public Property Get Salt ( ) As Byte ( )

Return Values

Byte() -  The key salt value for the operation.

Remarks

Salt, a random set of bytes, is used to make unauthorized decrypting of a message more difficult. A dictionary attack is an attack in which the attacker attempts to decrypt an encrypted message by comparing the encrypted value with previously computed encrypted values for the most likely keys. This attack is made much more difficult by the introduction of salt, or random bytes, at the end of the password before the key derivation.

Read/Write.

See Also

Project CorLib Overview

Class Rfc2898DeriveBytes Overview