From 7d04a6e3bf859690a918831434759c769bd29865 Mon Sep 17 00:00:00 2001 From: Michael Zhang Date: Mon, 15 Jun 2020 14:49:48 -0500 Subject: [PATCH] ouais --- .ignore | 1 + private_dot_gnupg/executable_gpg.conf | 14 ++++++++++++++ 2 files changed, 15 insertions(+) create mode 100644 .ignore create mode 100644 private_dot_gnupg/executable_gpg.conf diff --git a/.ignore b/.ignore new file mode 100644 index 0000000..0bbcf49 --- /dev/null +++ b/.ignore @@ -0,0 +1 @@ +dot_oh-my-zsh diff --git a/private_dot_gnupg/executable_gpg.conf b/private_dot_gnupg/executable_gpg.conf new file mode 100644 index 0000000..4029cda --- /dev/null +++ b/private_dot_gnupg/executable_gpg.conf @@ -0,0 +1,14 @@ +no-emit-version +no-comments + +keyid-format 0xlong +with-fingerprint +list-options show-uid-validity +verify-options show-uid-validity +use-agent + +personal-cipher-preferences AES256 AES192 AES CAST5 +personal-digest-preferences SHA512 SHA384 SHA256 SHA224 +cert-digest-algo SHA512 +default-preference-list SHA512 SHA384 SHA256 SHA224 AES256 AES192 AES CAST5 ZLIB BZIP2 ZIP Uncompressed +