Specifies the key length that is used by the encryption algorithm for encrypted client/server data transfers.
| Client: | Optional |
| Server: | Optional |
| Valid in: | Configuration file, OPTIONS statement, SAS System Options window, SAS invocation, SAS/CONNECT spawner command line |
| Category: | Communications: Networking and Encryption |
| PROC OPTIONS GROUP= | Communications |
| Alias: | NETENCRKEY= |
| Default: | 0 |
| Operating environment: | UNIX, Windows, z/OS |
| Tip: | When additional encryption options are specified on the spawner command line, the options must be included in the -SASCMD value. The spawner does not automatically pass the encryption values. For detailed information, see SASCMD for your operating environment in SAS/CONNECT User’s Guide. |
specifies that the maximum key length that is supported at both the client and the server is used.
specifies a key length of 40 bits for the RC2 and RC4 algorithms.
specifies a key length of 128 bits for the RC2 and RC4 algorithms. If either the client or the server does not support 128-bit encryption, the client cannot connect to the server.