Hi, Eric here, co-creator of evil32. I posted a brief note on our site about this, but here's a little more detail. I found an old (local) backup of the private keys and used it to generate revocation certificates for each key. Fortunately, there is no way for anyone else to access or regenerate the private keys for this particular clone of the strong set, and I have been very careful with my copy - it is only availa…
Sorry, whose private keys did you find a backup of?
Fake Linus Torvalds' Key Found in the Wild, No More Short-IDs
81–90 of 131 posts
Re: Fake Linus Torvalds' Key Found in the Wild, No More Short-IDs
#82http://pgp.mit.edu/pks/lookup?search=B9E39278
Re: Fake Linus Torvalds' Key Found in the Wild, No More Short-IDs
#83http://pgp.mit.edu/pks/lookup?search=B9E39278
wait, this looks interesting. Can someone comment on this? Are you supposed to know the fingerprint after you input name and stuff or before? Or is this just modification of data like how you can add email IDs?
Obv. the fingerprint only matters if you want to be sure you are talking to someone specific, in which case you usually have a way to know who they are or why you care. For some use cases trust-on-first-use is adequate.
Re: Fake Linus Torvalds' Key Found in the Wild, No More Short-IDs
#84Hi, Eric here, co-creator of evil32. I posted a brief note on our site about this, but here's a little more detail. I found an old (local) backup of the private keys and used it to generate revocation certificates for each key. Fortunately, there is no way for anyone else to access or regenerate the private keys for this particular clone of the strong set, and I have been very careful with my copy - it is only availa…
Well, yes? What is the alternative, if I want to email someone who exists only in the form of a pseudonymous online identity?
Re: Fake Linus Torvalds' Key Found in the Wild, No More Short-IDs
#85Hi, Eric here, co-creator of evil32. I posted a brief note on our site about this, but here's a little more detail. I found an old (local) backup of the private keys and used it to generate revocation certificates for each key. Fortunately, there is no way for anyone else to access or regenerate the private keys for this particular clone of the strong set, and I have been very careful with my copy - it is only availa…
> users who want to email someone discover their key by searching the keyserver for that email, then taking the newest key. This is akin to trust-on-first-use, and opts out completely from the web of trust or any kind of external verification Well, yes? What is the alternative, if I want to email someone who exists only in the form of a pseudonymous online identity?
Anyone can upload any key to a keyserver with any name.
Re: Fake Linus Torvalds' Key Found in the Wild, No More Short-IDs
#86Earlier quoted context omitted.
At this point this is INSANE that GnuPG still defaults to short IDs...
It doesn't anymore. With GnuPG 2.1 listing of keys shows the fingerprint.
Re: Fake Linus Torvalds' Key Found in the Wild, No More Short-IDs
#87This has also been discovered with the Debian project, as I submitted a while ago [1]. The really scary part is the follow-up [2]: > € gpg --search-key samuel.thibault@gnu.org > ... > (1) Samuel Thibault > 4096 bit RSA key 7D069EE6, created: 2014-06-16 And it has 55 signatures from 55 colliding keys... Edit: even the 64-bit fingerprint is probably insufficient, see [3]. [1] https://lists.debian.org/debian-devel/2016/…
Re: Fake Linus Torvalds' Key Found in the Wild, No More Short-IDs
#88Roughly how many CPU-hours does it take to find a collision?
Re: Fake Linus Torvalds' Key Found in the Wild, No More Short-IDs
#89Hi, Eric here, co-creator of evil32. I posted a brief note on our site about this, but here's a little more detail. I found an old (local) backup of the private keys and used it to generate revocation certificates for each key. Fortunately, there is no way for anyone else to access or regenerate the private keys for this particular clone of the strong set, and I have been very careful with my copy - it is only availa…
Sorry, whose private keys did you find a backup of?
Re: Fake Linus Torvalds' Key Found in the Wild, No More Short-IDs
#90http://pgp.mit.edu/pks/lookup?search=B9E39278
wait, this looks interesting. Can someone comment on this? Are you supposed to know the fingerprint after you input name and stuff or before? Or is this just modification of data like how you can add email IDs?
method 2: What you said, modify the details.
A fun way to play/explore all things GPG is to use a javascript library and Chrome's javascript debugger (e.g. https://openpgpjs.org/)