Encryption
providers include the SAS products and third-party strategies for
protecting data and credentials (user IDs and passwords) that are
exchanged in a
SAS/CONNECT client/server environment. All these providers
use proven, industry-standard encryption algorithms for data protection.
Here are the encryption
providers that
SAS/CONNECT can use:
is a fixed encoding
algorithm that is included with Base SAS software. It requires no
additional SAS product licenses. The SAS proprietary algorithm is
strong enough to protect your data from casual viewing. SASProprietary
provides a medium level of security.
is an add-on product
that provides encryption and data integrity algorithms in addition
to the SASProprietary algorithm. SAS/SECURE requires a license, and
it must be installed on each computer that runs a client and a server
that will use the encryption algorithms. Although SAS/SECURE increases
data security, it cannot completely prevent unauthorized access to
your data.
Secure Sockets Layer (SSL)
is a protocol that
provides network security and privacy. Developed by Netscape Communications,
SSL uses encryption algorithms that include RC2, RC4, DES, TripleDES,
and MD5. In addition to providing encryption services, SSL performs
client and server authentication, and it uses message authentication
codes to ensure data integrity.
is a protocol that
enables users to access a remote computer via a secure connection.
SSH is available through various commercial products and as freeware.
OpenSSH is a free version of the SSH protocol suite of network connectivity
tools. Although SAS software does not include a programming interface
to SSH functionality, SAS does support the tunneling feature of SSH
that enables a SAS client to make an encrypted connection to a SAS
server. Port forwarding is another term for tunneling. The SSH client
and SSH server act as agents between the SAS client and the SAS server,
tunneling information via the SAS client's port to the SAS server's
port.
For details about these
encryption providers, see
Encryption in SAS .