dotfiles/gnupg/gpg.conf

23 lines
634 B
Text

# Don't display the copyright notice.
no-greeting
# use the agent for ssh/etc
use-agent
# key generation preferences
personal-cipher-preferences AES256 AES192 AES CAST5
personal-digest-preferences SHA512 SHA384 SHA256 SHA224
personal-compress-preferences BZIP2 ZLIB ZIP Uncompressed
# default preferences
default-preference-list SHA512 SHA384 SHA256 SHA224 AES256 AES192 AES CAST5 BZIP2 ZLIB ZIP Uncompressed
cert-digest-algo SHA512
# increase hash count (makes bruteforcing take more time)
#s2k-count 3538944
s2k-count 6500000
s2k-digest-algo SHA512
# use long keyids because the short ones have collisions
keyid-format 0xlong