IPCrypt2.ndDecryptIPStr

Non-deterministic decryption of an encrypted IP address string.

struct IPCrypt2
nothrow @trusted
string
ndDecryptIPStr
(
scope const(char)* encryptedIPStr
)

Parameters

encryptedIPStr const(char)*

The encrypted IP address string.

Return Value

Type: string

The decrypted IP address as a string.

Meta