unixcrypt Salt property
Example
Return to Introduction  Previous page  Next page
Applies to
acUnixCrypt component.  

Declaration
property Salt: String;  

Description
Salt is a two characters string chosen from the set [a-zA-Z0-9./]. This string is used to perturb the algo-encrypt repeatedly a constant string (usually a string consisting of all zeros).  

See also
Key and Result properties.