gpg.conf: Update preferences & default key
This commit is contained in:
parent
814080836a
commit
31fa84aa88
1 changed files with 4 additions and 4 deletions
8
gpg.conf
8
gpg.conf
|
@ -1,4 +1,4 @@
|
||||||
personal-cipher-preferences TWOFISH CAMELLIA256 CAMELLIA192 AES192 CAMELLIA128 AES
|
personal-cipher-preferences AES256 TWOFISH CAMELLIA256 CAMELLIA192 AES192 CAMELLIA128 AES
|
||||||
personal-digest-preferences SHA512 SHA384 SHA256 SHA224 RIPEMD160
|
personal-digest-preferences SHA512 SHA384 SHA256 SHA224 RIPEMD160
|
||||||
personal-compress-preferences BZIP2 ZLIB ZIP Uncompressed
|
personal-compress-preferences BZIP2 ZLIB ZIP Uncompressed
|
||||||
digest-algo SHA512
|
digest-algo SHA512
|
||||||
|
@ -6,10 +6,10 @@ cipher-algo TWOFISH
|
||||||
cert-digest-algo SHA512
|
cert-digest-algo SHA512
|
||||||
s2k-cipher-algo TWOFISH
|
s2k-cipher-algo TWOFISH
|
||||||
s2k-digest-algo SHA512
|
s2k-digest-algo SHA512
|
||||||
default-preference-list TWOFISH CAMELLIA256 CAMELLIA192 AES192 CAMELLIA128 AES SHA512 SHA384 SHA256 SHA224 RIPEMD160 BZIP2 ZLIB ZIP Uncompressed
|
default-preference-list AES256 TWOFISH CAMELLIA256 CAMELLIA192 AES192 CAMELLIA128 AES SHA512 SHA384 SHA256 SHA224 RIPEMD160 BZIP2 ZLIB ZIP Uncompressed
|
||||||
disable-cipher-algo IDEA 3DES CAST5
|
disable-cipher-algo IDEA 3DES CAST5
|
||||||
disable-pubkey-algo DSA ECDH ECDSA
|
disable-pubkey-algo DSA ECDH ECDSA
|
||||||
ask-cert-level
|
ask-cert-level
|
||||||
default-key B17F76C6
|
default-key 6D1EC2269BC0B5459C8BA920CFDAB41F8292CEEE
|
||||||
hidden-encrypt-to B17F76C6
|
hidden-encrypt-to 6D1EC2269BC0B5459C8BA920CFDAB41F8292CEEE
|
||||||
keyserver hkp://subset.pool.sks-keyservers.net
|
keyserver hkp://subset.pool.sks-keyservers.net
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue