Overview
Comment: | gpg.conf: Set s2k-digest-algo to SHA512 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
6ea954fde60fafa8622cdbcf103a549b |
User & Date: | js 2020-01-21 00:15:26 |
Context
2020-01-21
| ||
21:32 | fish: Better colors check-in: 714fa0f964 user: js tags: trunk | |
00:15 | gpg.conf: Set s2k-digest-algo to SHA512 check-in: 6ea954fde6 user: js tags: trunk | |
00:15 | Update vim config check-in: f5cb068a7c user: js tags: trunk | |
Changes
Changes to gpg.conf.
1 2 3 4 5 6 7 8 9 10 11 12 13 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://subset.pool.sks-keyservers.net | > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | 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 s2k-digest-algo SHA512 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://subset.pool.sks-keyservers.net |