Skip to content

Instantly share code, notes, and snippets.

@X448NAX
Created November 24, 2021 00:39
Show Gist options
  • Save X448NAX/17718947dc6f460dcd32e851acbbf37f to your computer and use it in GitHub Desktop.
Save X448NAX/17718947dc6f460dcd32e851acbbf37f to your computer and use it in GitHub Desktop.
gnupg secure PGP defaults configuration - paste this into your ~/.gnupg/gpg.conf
no-auto-key-retrieve
no-emit-version
no-greeting
personal-cipher-preferences AES256 AES192 AES
personal-digest-preferences SHA512 SHA384 SHA256
personal-compress-preferences BZIP2 ZLIB ZIP Uncompressed
default-new-key-algo ed25519/cert,sign+cv25519/encr
default-preference-list SHA512 SHA384 SHA256 AES256 AES192 AES BZIP2 ZLIB ZIP Uncompressed
cert-digest-algo SHA512
s2k-digest-algo SHA512
s2k-cipher-algo AES256
charset utf-8
keyid-format 0xlong
verbose
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment