Skip to content

Commit ff52f67

Browse files
authored
Update access-control-for-sensitive-data-in-packages.md (#34916)
1 parent 7dc1846 commit ff52f67

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/integration-services/security/access-control-for-sensitive-data-in-packages.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,10 @@ helpviewer_keywords:
4848

4949
The package protection levels that encrypt packages by using passwords require that you provide a password also. If you change the protection level from a level that does not use a password to one that does, you will be prompted for a password.
5050

51-
Also, for the protection levels that use a password, [!INCLUDE[ssISnoversion](../../includes/ssisnoversion-md.md)] uses the Triple DES cipher algorithm with a key length of 192 bits, available in the [!INCLUDE[dnprdnshort](../../includes/dnprdnshort-md.md)] Class Library (FCL).
51+
Also, for the protection levels that use a password, [!INCLUDE[ssISnoversion](../../includes/ssisnoversion-md.md)] uses the AES cipher algorithm with a key length of 256 bits, available in the [!INCLUDE[dnprdnshort](../../includes/dnprdnshort-md.md)] Class Library (FCL).
52+
53+
> [!NOTE]
54+
> Integration Services 2016 uses Triple DES cipher algorithm with a key length of 192 bits.
5255
5356
## Protection Levels
5457
The following table describes the protection levels that [!INCLUDE[ssISnoversion](../../includes/ssisnoversion-md.md)] provides. The values in parentheses are values from the <xref:Microsoft.SqlServer.Dts.Runtime.DTSProtectionLevel> enumeration. These values appear in the Properties window that you use to configure the properties of the package when you work with packages in [!INCLUDE[ssBIDevStudioFull](../../includes/ssbidevstudiofull-md.md)].

0 commit comments

Comments
 (0)