CryptoSys API Library Manual

rngKeyHex

Generate a random key in hex format.

Syntax

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

Parameters

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

Return Value

String: Random bytes in hex format.
[PREV: rngKeyBytes...]   [Contents]   [Index]   
   [NEXT: rngNonce...]

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