]> git.sev.monster Git - dotfiles.git/blob - gpg/gpg.conf
in development
[dotfiles.git] / gpg / gpg.conf
1 # cryptography preferences
2 personal-cipher-preferences AES256 AES192 AES
3 personal-digest-preferences SHA512 SHA384 SHA256
4 personal-compress-preferences ZLIB BZIP2 ZIP Uncompressed
5 default-preference-list SHA512 SHA384 SHA256 AES256 AES192 AES ZLIB BZIP2 ZIP Uncompressed
6 # key signing algo
7 cert-digest-algo SHA512
8 # symmetric operations algos
9 s2k-digest-algo SHA512
10 s2k-cipher-algo AES256
11
12 # general
13 expert
14 display-charset utf-8
15 use-agent
16 default-key 0x747327ED5BA43ED5
17 trusted-key 0x747327ED5BA43ED5
18 default-recipient-self
19
20 # visual
21 no-greeting
22 keyid-format 0xlong
23 list-options show-uid-validity
24 verify-options show-uid-validity show-keyserver-urls
25 with-fingerprint
26 with-keygrip
27 with-key-origin
28
29 # hardening
30 # disable caching of passphrase for symmetrical ops
31 no-symkey-cache
32 # disable recipient key ID in messages
33 #throw-keyids
34
35 # keyservers
36 keyserver hkps://keys.openpgp.org
37 keyserver hkps://hkps.pool.sks-keyservers.net
38 keyserver hkps://pgp.ocf.berkeley.edu
39 keyserver hkps://pgp.mit.edu
40 keyserver hkps://keyring.debian.org
41 keyserver hkps://keyserver.ubuntu.com
42 keyserver hkps://attester.flowcrypt.com
43 keyserver hkps://zimmermann.mayfirst.org
44 keyserver-options auto-key-retrieve
This page took 0.034961 seconds and 4 git commands to generate.