]> git.sev.monster Git - dotfiles.git/blame_incremental - gnupg/gpg.conf
zshrc: fix dfu alias
[dotfiles.git] / gnupg / gpg.conf
... / ...
CommitLineData
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
14display-charset utf-8
15use-agent
16default-key 0x747327ED5BA43ED5
17trusted-key 0x747327ED5BA43ED5
18default-recipient-self
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
33#throw-keyids
34
35# keyserver
36keyserver hkps://keys.openpgp.org
37keyserver-options auto-key-retrieve
This page took 0.037508 seconds and 4 git commands to generate.