GenerateKey method
procedure TOgMakeKeys.GenerateKey (var Key; KeySize : Cardinal; const Str : string);
GenerateKey method procedure TOgMakeKeys.GenerateKey (var Key; KeySize : Cardinal; const Str : string); |
GenerateKey produces a key based on a supplied text string.
To produce keys that are not case dependent, convert the text to upper case prior to calling GenerateKey.
See also: ApplyModifierToKey, GenerateRandomKey, Key