]> git.sev.monster Git - dotfiles.git/blame - gnupg/gpg.conf
zshrc: add more git aliases, dotfiles update alias
[dotfiles.git] / gnupg / gpg.conf
CommitLineData
372276b7 1# cryptography preferences
2personal-cipher-preferences AES256 AES192 AES
3personal-digest-preferences SHA512 SHA384 SHA256
4personal-compress-preferences ZLIB BZIP2 ZIP Uncompressed
5default-preference-list SHA512 SHA384 SHA256 AES256 AES192 AES ZLIB BZIP2 ZIP Uncompressed
6# key signing algo
7cert-digest-algo SHA512
8# symmetric operations algos
9s2k-digest-algo SHA512
10s2k-cipher-algo AES256
11
12# general
13expert
79d4a356 14display-charset utf-8
372276b7 15use-agent
16default-key 0x747327ED5BA43ED5
17trusted-key 0x747327ED5BA43ED5
1ef46e01 18default-recipient-self
372276b7 19
20# visual
21no-greeting
22keyid-format 0xlong
23list-options show-uid-validity
24verify-options show-uid-validity show-keyserver-urls
25with-fingerprint
26with-keygrip
27with-key-origin
28
29# hardening
30# disable caching of passphrase for symmetrical ops
31no-symkey-cache
32# disable recipient key ID in messages
d569f3f7 33#throw-keyids
372276b7 34
e74a7012 35# keyserver
372276b7 36keyserver hkps://keys.openpgp.org
372276b7 37keyserver-options auto-key-retrieve
This page took 0.03423 seconds and 4 git commands to generate.