We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6929f94 commit 03faec1Copy full SHA for 03faec1
pgp/gpg.conf
@@ -1,5 +1,6 @@
1
# Gnu Privacy Guard (GPG) configuration
2
# https://github.com/drduh/YubiKey-Guide#harden-configuration
3
+# https://github.com/drduh/YubiKey-Guide/blob/master/config/gpg.conf
4
# https://gist.github.com/graffen/37eaa2332ee7e584bfda
5
6
# Todo: work in progress
@@ -10,8 +11,9 @@
10
11
cert-digest-algo SHA512
12
default-preference-list SHA512 SHA384 SHA256 AES256 AES192 AES ZLIB BZIP2 ZIP Uncompressed
13
personal-cipher-preferences AES256 AES192 AES
-personal-digest-preferences SHA512 SHA384 SHA256
14
personal-compress-preferences ZLIB BZIP2 ZIP Uncompressed
15
+personal-digest-preferences SHA512 SHA384 SHA256
16
+# For symmetric operations
17
s2k-digest-algo SHA512
18
s2k-cipher-algo AES256
19
0 commit comments