summaryrefslogtreecommitdiff
path: root/gnupg/gpg.conf
blob: ee15bd103b54bae676390d68884b57a4d5ee9918 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
#-*- coding: utf-8 -*-
# 
# anrxc's gpg.conf for GPG (GnuPG) 2.0.14 on Arch GNU/Linux


# Copyright notice
no-greeting

# Preferred key ID
default-key  D20A0618

# Default recipient key
#default-recipient some-user-id
default-recipient-self

# Signatures for data files
#no-force-v3-sigs

# Handle >From lines
no-escape-from-lines

# Default character set
charset UTF-8

# Lock files once in process lifetime
#lock-once

# Keyservers
#keyserver ldap://keyserver.pgp.com
#keyserver hkp://pks.aaiedu.hr
keyserver  hkp://pgp.mit.edu

# Ceyserver functions
#keyserver-options auto-key-retrieve no-include-attributes no-include-revoked
keyserver-options no-include-attributes no-include-revoked

# Display photo user IDs
#show-photos
photo-viewer "geeqie %i"

# Passphrase agent
use-agent

# PGP compatibility
# - http://www.gnupg.org/(en)/documentation/faqs.html#q5.1
compress-algo 1
#cipher-algo CAST5

# Algorithm preferences
# - key signing algorithm
cert-digest-algo SHA512
# - encryption algorithms
personal-cipher-preferences TWOFISH AES256 AES192 AES BLOWFISH CAST5 3DES
# - signing algorithms
personal-digest-preferences SHA512 SHA384 SHA256 SHA224 SHA1 RIPEMD160 MD5
# - compression algorithms
personal-compress-preferences BZIP2 ZLIB ZIP Uncompressed
# - new keys algorithms
default-preference-list SHA512 SHA384 SHA256 SHA224 TWOFISH AES256 AES192 AES CAST5 ZLIB BZIP2 ZIP Uncompressed