Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 948 Bytes

symmetric-keys-on-user-databases.md

File metadata and controls

29 lines (21 loc) · 948 Bytes
title description author ms.author ms.date ms.service ms.subservice ms.topic helpviewer_keywords
Symmetric Keys on User Databases
Symmetric Keys on User Databases
VanMSFT
vanto
12/15/2023
sql
security
reference
Best Practices [Database Engine]

Symmetric keys on user databases

[!INCLUDE SQL Server]

This rule checks whether keys that have a length of less than 128 bytes don't use the RC2 or RC4 encryption algorithm.

Best practices recommendations

Use AES 128 bit or larger to create symmetric keys for data encryption. If AES isn't supported by your operating system, use 3DES.

For more information

Choose an encryption algorithm

Related content