IPCryptNDXCtx.encryptIPStr

Encrypts an IP address string with extended non-determinism.

struct IPCryptNDXCtx
nothrow @trusted
string
encryptIPStr
(
ref string ipStr
,
scope const(ubyte)* random
)

Parameters

ipStr string

The IP address string to encrypt.

random const(ubyte)*

16-byte random data for non-determinism.

Return Value

Type: string

The encrypted IP address as a string.

Meta