We have broken SHA-1 in practice
shattered.it
We have broken SHA-1 in practice
1–10 of 28 posts
Re: We have broken SHA-1 in practice
#2Re: We have broken SHA-1 in practice
#3Re: We have broken SHA-1 in practice
#4Re: We have broken SHA-1 in practice
#5https://arstechnica.com/security/2017/02/at-deaths-door-for-...
Re: We have broken SHA-1 in practice
#6 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 transitionRe: We have broken SHA-1 in practice
#7http://stackoverflow.com/questions/9392365/how-would-git-han...
Re: We have broken SHA-1 in practice
#8No 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
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