Previous Topic: Options

Next Topic: Changing an Encrypted Value


Procedure

To encrypt a parameter value using XCOMENCR

  1. Using a text editor, open the configuration file you want to modify, go to the parameter you want to encrypt, create a blank line above it, and enter the following:
     #!ENCRYPT
    

    Repeat as necessary for each parameter you want to encrypt.

    Note: Because # denotes a comment line in the .cnf file, any line beginning with #!ENCRYPT is ignored by CA XCOM Data Transport and is used only by XCOMENCR.

  2. Save the configuration file as an ASCII text file.
  3. At the command prompt, enter the following:
    xcomencr input_file output_file
    
    input_file

    Is the name of the configuration file from Step 1.

    The parameter value in the first non-comment line after each occurrence of the #!ENCRYPT statement is changed to the encrypted parameter value format.

    Note: If you open an encrypted configuration file with a text editor, you would not be able to see the values of the encrypted parameters. In the GUI, when you open an encrypted configuration file, you can see the encrypted values, except for the user ID and password security parameters.