Live data from Hacker News

We have broken SHA-1 in practice

shattered.it

1–10 of 28 posts

Re: We have broken SHA-1 in practice

#6
> Here are some numbers that give a sense of how large scale this computation was:

    Nine quintillion (9,223,372,036,854,775,808) SHA1 computations in total
    6,500 years of CPU computation to complete the attack first phase
    110 years of GPU computation to complete the second phase

So no need to panic or urgently switch, but time to slowly transition

Re: We have broken SHA-1 in practice

#8
> If you use Chrome, you will be automatically protected from insecure TLS/SSL certificates, and Firefox has this feature planned for early 2017.

No need to wait. The option to reject SHA-1 certificates on Firefox is `security.pki.sha1_enforcement_level` with value `1`.

https://blog.mozilla.org/security/2016/01/06/man-in-the-midd...

Other configs worth doing:

`security.ssl.treat_unsafe_negotiation_as_broken` to `true` and `security.ssl.require_safe_negotiation` to `true` also. Refusing insecure algorithms (`security.ssl3.`) might also be smart.

Re: We have broken SHA-1 in practice

#9

> Here are some numbers that give a sense of how large scale this computation was: Nine quintillion (9,223,372,036,854,775,808) SHA1 computations in total 6,500 years of CPU computation to complete the attack first phase 110 years of GPU computation to complete the second phase So no need to panic or urgently switch, but time to slowly transition

It's been time to slowly transition for the better part of a decade. Still, if you need to start now, it's better late than never.

Re: We have broken SHA-1 in practice

#10

> Here are some numbers that give a sense of how large scale this computation was: Nine quintillion (9,223,372,036,854,775,808) SHA1 computations in total 6,500 years of CPU computation to complete the attack first phase 110 years of GPU computation to complete the second phase So no need to panic or urgently switch, but time to slowly transition

How much is that in AWS dollars?
Post reply on HN