CryptoSys API Library Manual

rngKeyBytes

Generate a random key value.

Syntax

[VBA]
Public Function rngKeyBytes ( _
    nBytes As Long, _
    Optional szSeed As String = "" _
) As Byte()

Parameters

nBytes
Required number of random bytes.
szSeed
User-supplied entropy in string format (optional).

Return Value

Byte(): Array of random bytes.
[PREV: rngInitializeEx...]   [Contents]   [Index]   
   [NEXT: rngKeyHex...]

Copyright © 2001-24 D.I. Management Services Pty Ltd. All rights reserved. Generated 2024-01-07T07:42:00Z.