From 7a799c891a9dd462474d2fc7420f228dba8f2878 Mon Sep 17 00:00:00 2001 From: fosslinux Date: Fri, 28 Dec 2018 11:56:05 +1100 Subject: [PATCH] add gnupg config --- gnupg/.gnupg/gpg.conf | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 gnupg/.gnupg/gpg.conf diff --git a/gnupg/.gnupg/gpg.conf b/gnupg/.gnupg/gpg.conf new file mode 100644 index 0000000..7774fc0 --- /dev/null +++ b/gnupg/.gnupg/gpg.conf @@ -0,0 +1,30 @@ +# Avoid information leaked +no-emit-version +no-comments +export-options export-minimal + +# Displays the long format of the ID of the keys and their fingerprints +keyid-format 0xlong +with-fingerprint + +# Displays the validity of the keys +list-options show-uid-validity +verify-options show-uid-validity + +# Limits the algorithms used +personal-cipher-preferences AES256 +personal-digest-preferences SHA512 +default-preference-list SHA512 SHA384 SHA256 RIPEMD160 AES256 TWOFISH BLOWFISH ZLIB BZIP2 ZIP Uncompressed + +cipher-algo AES256 +digest-algo SHA512 +cert-digest-algo SHA512 +compress-algo ZLIB + +disable-cipher-algo 3DES +weak-digest SHA1 + +s2k-cipher-algo AES256 +s2k-digest-algo SHA512 +s2k-mode 3 +s2k-count 65011712