From 711db24d05389f26e3f3ce9454d74e8411636fe5 Mon Sep 17 00:00:00 2001 From: Jonathan Schleifer Date: Tue, 21 Jan 2020 00:15:26 +0000 Subject: [PATCH] gpg.conf: Set s2k-digest-algo to SHA512 --- gpg.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/gpg.conf b/gpg.conf index 1931878..fec9504 100644 --- a/gpg.conf +++ b/gpg.conf @@ -5,6 +5,7 @@ digest-algo SHA512 cipher-algo TWOFISH cert-digest-algo SHA512 s2k-cipher-algo TWOFISH +s2k-digest-algo SHA512 default-preference-list TWOFISH CAMELLIA256 CAMELLIA192 AES192 CAMELLIA128 AES SHA512 SHA384 SHA256 SHA224 RIPEMD160 BZIP2 ZLIB ZIP Uncompressed disable-cipher-algo IDEA 3DES CAST5 disable-pubkey-algo DSA ECDH ECDSA