IB Statements/cryptogeneraterandom
From CometWiki
(Difference between revisions)
(New page: = CryptoGenerateRandom = Random$ = CryptoGenerateRandom(BlockSize)) |
(→CryptoGenerateRandom) |
||
Line 1: | Line 1: | ||
- | + | '''CryptoGenerateRandom function''' | |
- | + | '''Syntax:''' result-string = CryptoGenerateRandom(Length) | |
+ | |||
+ | '''Discussion:''' The CryptoGenerateRandom function generates a string of random characters of <Length> bytes. The resulting string may be used for any purpose and can be especially useful for generating encryption Keys. |
Revision as of 23:36, 6 June 2010
CryptoGenerateRandom function
Syntax: result-string = CryptoGenerateRandom(Length)
Discussion: The CryptoGenerateRandom function generates a string of random characters of <Length> bytes. The resulting string may be used for any purpose and can be especially useful for generating encryption Keys.