Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note
titleNote

If you are creating an encrypted file for use with the Universal Controller CLI (Command Line Interface), you must use the CLI command line switches to specify the user ID and password:


Encryption Command

The following command encrypts the command file using AES encryption with an encryption key MYKEY123.

<pre>
uencrypt -key MYKEY123 -aes yes 
&lt;cmdfile.txt&gt;
<cmdfile.txt> encfile.txt
</pre>
Panel
Html bobswift


Note
titleNote

The name of the file containing the text to be encrypted (in this case, cmdfile.txt} must be enclosed in less than (<) and greater then (>) characters.

The resulting encrypted command file, in this case, is encfile.txt.

...