


tProperty(OracleConnection.CONNECTION_PROPERTY_THIN_NET_CHECKSUM_LEVEL, "REQUIRED") tProperty(OracleConnection.CONNECTION_PROPERTY_THIN_NET_CHECKSUM_TYPES, "( MD5, SHA1, SHA256, SHA384 or SHA512 )") The following code snippet shows how to calculate the checksum using any of the algorithms mentioned previously: This protects the communicated data from attacks, such as data modification, deleted packets, and replay attacks. Starting from Oracle Database 12 c Release 1 (12.1), the SHA-2 list of hashing algorithms are also supported and Oracle Advanced Security uses the following hashing algorithms to generate the secure message digest and includes it with each message sent across a network: To ensure data integrity during transmission, Oracle Advanced Security generates a cryptographically secure message digest.

Some of the supported encryption algorithms are RC4, DES, 3DES, and AES. Sensitive information communicated over enterprise networks and the Internet can be protected by using encryption algorithms, which transform information into a form that can be deciphered only with a decryption key.

Oracle Advanced Security provides the following security features:
