Function RandomKey() Foundation
Calculates a random character string
RandomKey( <nLen> ) --> cKey
The function returns a character string of the length that is determined by the parameter. This character string may include all characters ranging from Chr(0) to Chr(255).
The function RandomKey() produces a character string of random values. The length is determined by the parameter nLen. If available, the function hereby uses the Cryptoprovider of the operating system which delivers the maximum entropy available.
RandomKey() follows strict cryptographic standards. However, it is slower than the function RandomInt() .
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.