From 063c14c2159346f10e0400eb6faa48d86ba5af42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Mon, 20 May 2019 22:42:51 +0200 Subject: [PATCH] Specify cipher algos explicitly --- backup.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/backup.sh b/backup.sh index fe01642..ea1c9dc 100755 --- a/backup.sh +++ b/backup.sh @@ -67,6 +67,8 @@ timestamp="$(date --utc -Iseconds)" --output - \ --encrypt \ --compress-algo none \ + --cipher-algo AES256 \ + --digest-algo SHA256 \ --recipient "${gpg_pubkey_id}" \ | aws \ s3 cp \