Skip to content

Commit 8c5a85b

Browse files
authored
Merge pull request #6828 from aliceku/master
Updating symmetric/assymmetric key differences
2 parents 9deb4d4 + 162cadf commit 8c5a85b

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

docs/relational-databases/security/encryption/choose-an-encryption-algorithm.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Choose an Encryption Algorithm | Microsoft Docs"
33
ms.custom: ""
4-
ms.date: "01/08/2016"
4+
ms.date: "08/14/2018"
55
ms.prod: sql
66
ms.prod_service: "database-engine, sql-database, sql-data-warehouse, pdw"
77
ms.reviewer: ""
@@ -35,11 +35,13 @@ monikerRange: ">=aps-pdw-2016||=azuresqldb-current||=azure-sqldw-latest||>=sql-s
3535

3636
- Long keys generally yield stronger encryption than short keys.
3737

38-
- Asymmetric encryption is weaker than symmetric encryption using the same key length, but it is relatively slow.
38+
- Asymmetric encryption is slower than symmetric encryption.
3939

4040
- Block ciphers with long keys are stronger than stream ciphers.
4141

4242
- Long, complex passwords are stronger than short passwords.
43+
44+
- Symmetric encryption is generally recommended when they key is only stored locally, assymmetric encryption is recommended when keys need to be shared across the wire.
4345

4446
- If you are encrypting lots of data, you should encrypt the data using a symmetric key, and encrypt the symmetric key with an asymmetric key.
4547

0 commit comments

Comments
 (0)