Add gpg.conf
This commit is contained in:
parent
2916f3bc3d
commit
ac6368584d
1 changed files with 14 additions and 0 deletions
14
gpg.conf
Normal file
14
gpg.conf
Normal file
|
@ -0,0 +1,14 @@
|
|||
personal-cipher-preferences TWOFISH CAMELLIA256 CAMELLIA192 AES192 CAMELLIA128 AES
|
||||
personal-digest-preferences SHA512 SHA384 SHA256 SHA224 RIPEMD160
|
||||
personal-compress-preferences BZIP2 ZLIB ZIP Uncompressed
|
||||
digest-algo SHA512
|
||||
cipher-algo TWOFISH
|
||||
cert-digest-algo SHA512
|
||||
s2k-cipher-algo TWOFISH
|
||||
default-preference-list TWOFISH CAMELLIA256 CAMELLIA192 AES192 CAMELLIA128 AES SHA512 SHA384 SHA256 SHA224 RIPEMD160 BZIP2 ZLIB ZIP Uncompressed
|
||||
disable-cipher-algo IDEA 3DES CAST5
|
||||
disable-pubkey-algo DSA ECDH ECDSA
|
||||
ask-cert-level
|
||||
default-key B17F76C6
|
||||
hidden-encrypt-to B17F76C6
|
||||
keyserver hkp://keyserver.mattrude.com
|
Loading…
Add table
Add a link
Reference in a new issue