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

Commit 9f3b164

Browse files
authored
updated algorithm from 128 to 256 bit
It's 2021, shouldn't we all be using 256 as a minimum by now? I think we should set the example in the documentation.
1 parent c98814c commit 9f3b164

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)