SIO_DATA_ENCRYPTION - UCMD Manager configuration option

Description

The SIO_DATA_ENCRYPTION option specifies whether or not the standard file data sent over the network should be encrypted.

Encryption protects the privacy of the data. UNVv2 data encryption uses one of several encryption algorithms, such as the Data Encryption Standard (DES) algorithm.

SSL/TLS data encryption uses one of the SSL/TLS cipher suites specified with the DATA_SSL_CIPHER_LIST option.

Usage

Method

Syntax

IBM i

UNIX

Windows

z/OS

Command Line, Short Form

-e option


(tick)

(tick)

(tick)

Command Line, Long Form

-encrypt option


(tick)

(tick)

(tick)

Environment Variable

n/a





Configuration File Keyword

n/a





STRUCM Parameter

n/a





Values

option is the specification for whether or not is encrypted.

Valid values for option are:

  • yes
    Data encryption is required. The standard file data transfers are encrypted regardless of the UCMD Server DATA_COMPRESSION option.
  • no
    Data encryption is not required. It is still possible for UCMD Server to request data encryption (via its DATA_COMPRESSION option).

Default is no.