


At your option, you can direct AcuServer to encrypt all data exchanged between AcuServer and a given requester (a client connection).
The configuration variable ENCRYPTION_SEED must be set in both the AcuServer configuration file and the runtime (client-side) configuration file. The value of ENCRYPTION_SEED is used to initialize the encryption facility. For more information, see ENCRYPTION_SEED in section 4.2.2, "Server Configuration Variables."
The configuration variable AS_CLIENT_ENCRYPT must be set to "on" in the runtime configuration file. If it is set within the program, it must be set to "on" before the application opens its first remote file. The default value of AS_CLIENT_ENCRYPT is "off".