# These first three lines are not copied to the gpg.conf file in # the users home directory. # $Id$ # Options for GnuPG # Copyright 1998, 1999, 2000, 2001, 2002, 2003, # 2010 Free Software Foundation, Inc. # # This file is free software; as a special exception the author gives # unlimited permission to copy and/or distribute it, with or without # modifications, as long as this notice is preserved. # # This file is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY, to the extent permitted by law; without even the # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. # # Unless you specify which option file to use (with the command line # option "--options filename"), GnuPG uses the file ~/.gnupg/gpg.conf # by default. # # An options file can contain any long options which are available in # GnuPG. If the first non white space character of a line is a '#', # this line is ignored. Empty lines are also ignored. # # See the man page for a list of options. # Uncomment the following option to get rid of the copyright notice no-greeting default-key 1F0E3FDE default-recipient-self require-cross-certification # IMPORTANT! GPG still defaults to bad choices for digests and symmetric # ciphers. This doesn't totally eliminate the risk of a peer deliberately # downgrading to weaker algorithms, but it makes the defaults strong when # you communicate with good faith actors with up-to-date software. personal-cipher-preferences AES256 AES192 AES personal-digest-preferences SHA512 SHA384 SHA256 SHA224 # Don't include key-id metadata! The makes it a bit harder to link # the parties that are communicating. throw-keyids # More like "Web of Mistrust", amirite?? trust-model always