Live data from Hacker News

Practical attack against TLS/SSL and RC4

rc4nomore.com

41–45 of 45 posts

Re: Practical attack against TLS/SSL and RC4

#41

The keys they used were only 128 bits, whereas RC4 actually supports up to 2048 bits. I wonder how much that affects their results. (AFAIK the 128 bits is an export restriction thing, upgraded from the previous trivially-breakable 40 bits.) Also, 16 characters seems awfully short for a cookie, especially one meant for authentication purposes.

AFAIK one description of RC4 always expand the key to a 256 byte array by repeating the key. It would be interesting to run keystream bias tests against this full array.

Re: Practical attack against TLS/SSL and RC4

#42
post #2

It's fairly likely that rumors of the NSA's ability to 'decrypt SSL' refers to RC4 vulnerabilities.

Are you sure about that? This attack requires a js exec in browser to generate lots of traffic containing the cookie. It's a little impractical to use in a SIGINT capacity. My bet is still on precalculated DH like logjam attack. Still the quote from @ioerror is: "RC4 is broken in real time" so that's either hyperbole or there is an attack better than 75 hours still out there.

I'd also lean toward Logjam, but I'm biased. :)

Re: Practical attack against TLS/SSL and RC4

#44
post #32

Earlier quoted context omitted.

> As for energy/CPU consumption, I don't think that'd be a big concern. What if this attack targeted a phone or laptop? Battery would die faster, device would get warmer, and fans spin up.

If your last line of defense in encryption/network security is noticing that the fan spins up more often then you already lost the game. Why even bring it up?

It's not a line of defense. I'm thinking about less computer literate people. Do you know a friend or family member that would call you and say "My laptop's really hot, loud, and slow, but it's not doing anything!" and ask for advice?

Re: Practical attack against TLS/SSL and RC4

#45
post #32

Earlier quoted context omitted.

If your last line of defense in encryption/network security is noticing that the fan spins up more often then you already lost the game. Why even bring it up?

It's not a line of defense. I'm thinking about less computer literate people. Do you know a friend or family member that would call you and say "My laptop's really hot, loud, and slow, but it's not doing anything!" and ask for advice?

Do you really think they're the kind of people who'll be targeted by this attack instead of some refined version in the future?

Do you really think this scenario is realistic and worthy of consideration at all?

Post reply on HN