Skip to content

Commit 03faec1

Browse files
committed
Update GPG config
1 parent 6929f94 commit 03faec1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pgp/gpg.conf

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Gnu Privacy Guard (GPG) configuration
22
# https://github.com/drduh/YubiKey-Guide#harden-configuration
3+
# https://github.com/drduh/YubiKey-Guide/blob/master/config/gpg.conf
34
# https://gist.github.com/graffen/37eaa2332ee7e584bfda
45

56
# Todo: work in progress
@@ -10,8 +11,9 @@
1011
cert-digest-algo SHA512
1112
default-preference-list SHA512 SHA384 SHA256 AES256 AES192 AES ZLIB BZIP2 ZIP Uncompressed
1213
personal-cipher-preferences AES256 AES192 AES
13-
personal-digest-preferences SHA512 SHA384 SHA256
1414
personal-compress-preferences ZLIB BZIP2 ZIP Uncompressed
15+
personal-digest-preferences SHA512 SHA384 SHA256
16+
# For symmetric operations
1517
s2k-digest-algo SHA512
1618
s2k-cipher-algo AES256
1719

0 commit comments

Comments
 (0)