IPCrypt2.decryptIPStr

Decrypts an encrypted IP address string.

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

Parameters

encryptedIPStr string

The encrypted IP address string.

Return Value

Type: string

The decrypted IP address as a string.

Meta