2018-02-28 05:04:08 +01:00
|
|
|
# New Start: A modern Arch workflow built with an emphasis on functionality.
|
2023-04-24 07:01:57 +02:00
|
|
|
# Copyright (C) 2017-2023 Donovan Glover
|
2017-11-29 03:49:04 +01:00
|
|
|
|
|
|
|
# Use SHA512 instead of SHA256
|
|
|
|
personal-digest-preferences SHA512
|
|
|
|
cert-digest-algo SHA512
|
|
|
|
|
|
|
|
# Use AES256 instead of AES128 or CAST5
|
|
|
|
cipher-algo AES256
|
|
|
|
|
|
|
|
# Prefer encryption algorithms in this order
|
|
|
|
default-preference-list SHA512 SHA384 SHA256 SHA224 AES256 AES192 AES CAST5 ZLIB BZIP2 ZIP Uncompressed
|
|
|
|
personal-cipher-preferences TWOFISH CAMELLIA256 AES 3DES
|
|
|
|
|
|
|
|
# Prevent the recipient id from being leaked in the message
|
|
|
|
throw-keyids
|
|
|
|
|
|
|
|
# Always show long key IDs
|
|
|
|
keyid-format 0xlong
|
|
|
|
|
|
|
|
# Always show full fingerprints of keys
|
|
|
|
with-fingerprint
|