SQL Server Backup Encryption Details

justin 1 Reputation point
2020-08-25T17:16:34.307+00:00

Hello,

The Backup Encryption page mentions AES 256 can be used for encrypting backups. However, it does not go into IV generation, Cipher block mode, or Authentication of backups. https://learn.microsoft.com/en-us/sql/relational-databases/backup-restore/backup-encryption?view=sql-server-ver15

If AES 256 is selected, is the algorithm AEAD_AES_256_CBC_HMAC_SHA_256 used?

Thanks

Developer technologies | Transact-SQL
SQL Server | Other
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. CathyJi-MSFT 22,396 Reputation points Microsoft External Staff
    2020-08-26T06:57:59.007+00:00

    Hi @ justin-7809,

    > If AES 256 select, is the algorithm AEAD_AES_256_CBC_HMAC_SHA_256 used?

    No. AES 256 is one Encryption Algorithm for backup encryption. Always Encrypted uses the AEAD_AES_256_CBC_HMAC_SHA_256 algorithm to encrypt data in the database. Refer to Data Encryption Algorithm.

    Best regards,
    Cathy

    1 person found this answer helpful.

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.