Salt Property
The cryptographic salt.
Syntax
property Salt: String read get_Salt write set_Salt; property SaltB: TBytes read get_SaltB write set_SaltB;
Default Value
''
Remarks
This property specifies the salt used during key creation.
It is recommended to provide a salt value of at least 64 bits in length. A common length is 128 bits. It is also recommended that the salt value be randomly chosen.