Look at the topic for BACKUP, https://learn.microsoft.com/en-us/sql/t-sql/statements/backup-transact-sql?view=sql-server-ver16 and search for ENCRYPTION. I have never tried this option myself.
encrypt backup files.
hi folks,
Currently we are using 3rd party vendor (Netlib) encryption software to backup our data files and database backup files. The way this works is we encrypt sql instance and data /tran. log files using an encryption key (64 bit) with AEC algorithm which also automatically encrypts our backup files when backup happens. if someone wants to decrypt the backup files it needs the netlib software and the decryption key. Without which the backup file is useless.
Is there a similar functionality available in TDE or any other software. Basically we want to encrypt at least our backups when they happens automatically. I am not concerned about mdf or ldf file encryption.
3 answers
Sort by: Most helpful
-
-
ZoeHui-MSFT 36,116 Reputation points
2024-03-06T02:49:29.85+00:00 Hi @Heisenberg,
This article provides an overview of the encryption options for SQL Server backups. It includes details of the usage, benefits, and recommended practices for encrypting during backup.
Regards,
Zoe Hui
If the answer is helpful, please click "Accept Answer" and upvote it.
-
Heisenberg 261 Reputation points
2024-03-06T15:07:38.93+00:00 Thank you @Erland Sommarskog @ZoeHui-MSFT