Skip to content

Commit 9f4c047

Browse files
Clare Zheng (Shanghai Wicresoft Co Ltd)Clare Zheng (Shanghai Wicresoft Co Ltd)
authored andcommitted
Add note about supported algorithms
1 parent f1f580d commit 9f4c047

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

articles/data-factory/connector-oracle.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.service: data-factory
77
ms.subservice: data-movement
88
ms.custom: synapse
99
ms.topic: conceptual
10-
ms.date: 08/10/2023
10+
ms.date: 03/27/2024
1111
ms.author: jianleishen
1212
---
1313

@@ -146,6 +146,20 @@ To enable encryption on Oracle connection, you have two options:
146146
3. Place the `truststore` file on the self-hosted IR machine. For example, place the file at C:\MyTrustStoreFile.
147147
4. In the service, configure the Oracle connection string with `EncryptionMethod=1` and the corresponding `TrustStore`/`TrustStorePassword`value. For example, `Host=<host>;Port=<port>;Sid=<sid>;User Id=<username>;Password=<password>;EncryptionMethod=1;TrustStore=C:\\MyTrustStoreFile;TrustStorePassword=<trust_store_password>`.
148148

149+
>[!Note]
150+
> The following algorithms are deemed as secure by OpenSSL, and will be sent along to the sever for **OAS encryption**.
151+
> - AES256
152+
> - AES192
153+
> - 3DES168
154+
> - AES128
155+
> - 3DES112
156+
> - DES
157+
>
158+
>The following algorithms are deemed as secure by OpenSSL, and will be sent along to the sever for **OAS data integrity**.
159+
> - SHA256
160+
> - SHA384
161+
> - SHA512
162+
149163
**Example:**
150164

151165
```json

0 commit comments

Comments
 (0)