logo

blog

My little blog can’t be this cute! git clone https://hacktivis.me/git/blog.git
commit: 17d834ee39c074b0636b4953565670184cd6f6b3
parent 7488afb8245c01b3d313e5818e2295cc12c054d6
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Thu,  7 Mar 2019 06:23:43 +0100

articles/Pretty Bad Privacy: Add GnuPG --version output

Diffstat:

Marticles/Pretty Bad Privacy.xhtml17+++++++++++++++++
Mfeed.atom2+-
2 files changed, 18 insertions(+), 1 deletion(-)

diff --git a/articles/Pretty Bad Privacy.xhtml b/articles/Pretty Bad Privacy.xhtml @@ -109,6 +109,23 @@ other algorithms. MD5 is deprecated.</pre></blockquote> this ever occur, a revision will have to be made to this document </pre></blockquote> <cite><a href="https://tools.ietf.org/html/rfc4880">RFC4880</a>, November 2007</cite> +<pre><code> +$ gpg --version +gpg (GnuPG) 2.2.10 +libgcrypt 1.8.3 +Copyright (C) 2018 Free Software Foundation, Inc. +License GPLv3+: GNU GPL version 3 or later &lt;https://gnu.org/licenses/gpl.html&gt; +This is free software: you are free to change and redistribute it. +There is NO WARRANTY, to the extent permitted by law. + +Home: /home/haelwenn/.gnupg +Supported algorithms: +Pubkey: RSA, ELG, DSA, ECDH, ECDSA, EDDSA +Cipher: IDEA, 3DES, CAST5, BLOWFISH, AES, AES192, AES256, TWOFISH, + CAMELLIA128, CAMELLIA192, CAMELLIA256 +Hash: SHA1, RIPEMD160, SHA256, SHA384, SHA512, SHA224 +Compression: Uncompressed, ZIP, ZLIB, BZIP2 +</code></pre> <p>“LOL”</p> <p>It leaks a pile of metadata (time, implementation name+version, …)</p><!-- FIXME: details of data present into my public key and key-change message signature --> <p>There is no deniability possible, there is quite a difference between no-authentication and deniability, to be elaborated on</p> diff --git a/feed.atom b/feed.atom @@ -14,7 +14,7 @@ <link rel="alternate" type="text/html" href="/articles/Pretty%20Bad%20Privacy"/> <id>https://hacktivis.me/articles/Pretty%20Bad%20Privacy</id> <published>2019-03-07T01:00:04Z</published> - <updated>2019-03-07T05:17:48Z</updated> + <updated>2019-03-07T05:23:43Z</updated> <content type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <!--#include file="/articles/Pretty Bad Privacy.xhtml"--> </div></content>