Also its not exactly fair to compare the Flame attack on MD5 and compare it immediately to SHA-1. Unless you are the US or China you likely don't have the resources necessary to pull off that sort of attack. The Flame attack's math was invented by an internal government cryptographic think tank. And still had to leverage massive computational power, just not in the order of 100's of millions. The idea a rogue group w…
Why Google is Hurrying the Web to Kill SHA-1
11–20 of 136 posts
Re: Why Google is Hurrying the Web to Kill SHA-1
#12Re: Why Google is Hurrying the Web to Kill SHA-1
#13Re: Why Google is Hurrying the Web to Kill SHA-1
#14Earlier quoted context omitted.
Vulnerable to what? Perhaps better to say, "everyone would be vulnerable".
[deleted]
This is different than the situation with MD5, where the components needed for a successful attack were known to the literature, and the real work was (a) scaling the attack so that it could perform within the time windows needed to forge a TLS certificate and (b) putting all the pieces together.
(But see upthread with 'pbsd, who is one of those people on HN who knows the subject much better than me).
Re: Why Google is Hurrying the Web to Kill SHA-1
#15Everyone is vulnerable: https://www.google.com , https://www.facebook.com , https://www.svyft.com as per the link provided in the article ( https://shaaaaaaaaaaaaa.com )
If you poke around Google's SSL configuration, you'll see that (!) they use certificates signed with SHA-1. But each certificate expires in 3 months, a short-lived window that reduces the chances that a certificate could be forged, while they migrate to SHA-2 in 2015.
Re: Why Google is Hurrying the Web to Kill SHA-1
#16Everyone is vulnerable: https://www.google.com , https://www.facebook.com , https://www.svyft.com as per the link provided in the article ( https://shaaaaaaaaaaaaa.com )
From the OP: If you poke around Google's SSL configuration, you'll see that (!) they use certificates signed with SHA-1. But each certificate expires in 3 months, a short-lived window that reduces the chances that a certificate could be forged, while they migrate to SHA-2 in 2015.
Re: Why Google is Hurrying the Web to Kill SHA-1
#17Would be interesting to know how this affects Git version control, which has SHA-1 at its core.
Git uses it to ensure that the data that comes out is exactly what went in (like a much better checksum than md5 or crc32 etc).
I don't know what the security implications are on the git side... I suppose an attacker could try to figure out how to change source code in a way that it preserves a commit log.
Re: Why Google is Hurrying the Web to Kill SHA-1
#18Would be interesting to know how this affects Git version control, which has SHA-1 at its core.
That being said git/mercurial and friends will have to transition to an other hashing algorithm sooner or later but it's not as urgent as web certificates security-wise.
Re: Why Google is Hurrying the Web to Kill SHA-1
#19Anyone know if they're planning to upgrade to SHA-2?
Re: Why Google is Hurrying the Web to Kill SHA-1
#20Unfortunately, they've just recommended everyone to use "2048-bit keys" when they announced the HTTPS Google ranking policy. A lot of developers won't understand the difference between a 2048-bit RSA key and a 256-bit ECC key, so they'll just pick RSA, since "Google said 2048-bit keys!". Sooo...maybe this policy will come in 10 years.
http://googlewebmastercentral.blogspot.com/2014/08/https-as-...