|
Example |
|
| acUnixCrypt component.
|
| property Salt: String;
|
| 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).
|
| Key and Result properties.
|