Using the Symantec VIP camouflage tool
The VIP camouflage tool is used to mask sensitive shared secrets for RADIUS communication. Various VIP 3rd-party integration guides contain instructions on using this tool to generate a protected password for use within that integration.
The camouflage tool can be downloaded from VIP Manager > Account > Download files > Third_Party_Integrations > Plugins > Tools.zip
The following architectures are supported:
There are four versions of the "camouflage" tool for Windows. It is important that the correct version of camouflage.exe is used. Refer to the table below:
64-bit | |
---|---|
Windows Server 2016 Windows Server 2012 Windows 8, 8.1 |
Tools\windows8_64\camouflage.exe |
Windows Server 2008 Windows 7 |
Tools\windows_64\camouflage.exe |
32-bit | |
Windows Server 2008 Windows 7, XP |
Tools\windows\camouflage.exe |
Windows 8, 8.1 | Tools\windows8\camouflage.exe |
camouflage sharedsecret
where "sharedsecret" is the value of the shared secret to be camouflaged. Store both the shared secret and the camouflaged value in a secure location. Alternatively, the shared secret can be piped directly to a file camouflage sharedsecret > secret.txtIn most instances, the shared secret is entered directly in both the VIP Enterprise Gateway configuration console and the configuration file or settings for the integration.
Two versions of camouflage are available for Linux: 32-bit and 64-bit.
32-bit Linux: Tools/linux/camouflage
64-bit Linux: Tools/linux_x86-64/camouflage
Sample syntax:
$ cd Tools/linux/camouflage
$ touch secret; chmod 600 secret;
$ cat > secret
sharedsecret
$ cat secret | ./camouflage - > sharedsecret.txt
" & =