IPCrypt2.ndDecryptIPStr

Non-deterministic decryption of an encrypted IP address string.

struct IPCrypt2
nothrow @trusted
string
ndDecryptIPStr
(
ref string encryptedIPStr
)

Parameters

encryptedIPStr string

The encrypted IP address string.

Return Value

Type: string

The decrypted IP address as a string.

Meta