Click or drag to resize

RngKeyHex(Int32, Byte) Method

Generates a random key in hex format with user-supplied entropy

Namespace: CryptoSysAPI
Assembly: diCrSysAPINet (in diCrSysAPINet.dll) Version: 6.22.2.24248 (6.22.2.0)
Syntax
public static string KeyHex(
	int numBytes,
	byte[] arrSeed
)

Parameters

numBytes  Int32
Required number of random bytes
arrSeed  Byte
User-supplied entropy in byte format

Return Value

String
Random bytes in hex format
See Also