Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 375f631

Browse files
Merge pull request #6594 from sivey42/patch-7
updated algorithm from 128 to 256 bit
2 parents 2bd92bd + 9f3b164 commit 375f631

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/relational-databases/security/encryption/transparent-data-encryption.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ go
103103
USE AdventureWorks2012;
104104
GO
105105
CREATE DATABASE ENCRYPTION KEY
106-
WITH ALGORITHM = AES_128
106+
WITH ALGORITHM = AES_256
107107
ENCRYPTION BY SERVER CERTIFICATE MyServerCert;
108108
GO
109109
ALTER DATABASE AdventureWorks2012

0 commit comments

Comments
 (0)