Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×

Comment Re:Remember TEMPEST? (Score 1) 264

It's an attack that can reveal one bit of the key per iteration, based on detecting which implementation of large integer multiplication GnuPG is using in its main decryption loop. Since the loop runs for 2048 iterations, the different code paths produce different load on the power regulator, which produces a different audible signal.

Comment TLDR description of the attack; (Score 1) 264

There's an if test in GnuPG's modulus implementation that is based on the size of the cypher text verses the size of the private key. So if you control the cypher text, you can cause one of two different outcomes from this comparison based on the next unknown bit of the private key.

In a loop with 2048 iterations, a decision is made from this intermediate value. Causing one of two different multiplication methods to be used for every iteration of this loop.

From listening to (probably) the noise of a capacitor in the CPU's power regulator you can hear the difference between these two code paths and extract one bit of the private key.

Comment Re:No surprise in the collapse (Score 1) 475

I've thought that a fork of the bitcoin protocol could be useful as a gift card system. Keep the same transaction process and cryptographic ownership, shift the block chain creation onto central servers, allow a "bank" entity to create new coins of arbitrary value, put the value of outstanding coins on their financial balance sheet and audit the company to ensure they have the capital to back them. Allow anyone to download the block chain and verify it.

Say that Amazon switches to a system like this, where they can sell digital gift coins to consumers, denominated in USD. And will accept them as payment for items, again denominated in USD. This would give you an actual digital currency, as the gift card digital coins can always be spent at the issuing store, backed by their balance sheet and reputation. Which gives you a way to measure their value and convert them to traditional currencies without being impacted by rampant speculation.

Comment Re:What's the speed limit of copper? (Score 1) 229

So after the decade is up, we'll be stuck with the nodes and no clear way to upgrade everyone to FTTH. For an additional 20% now we could have a network that can deliver all of our demands for bandwidth for the next century. If you're going to spend billions, do it right.

Comment Re:Taxing is not going to fix the problem (Score 1) 470

In South Australia, you can't get a thin plastic bag at the checkout at all. But you can buy a much tougher plastic bag for 20c or a canvas(-ish) bag for $1.00.

It took a while to remember to take our reusable bags with us when we go shopping, but we've got so many of them now it just seems normal. Every time I travel interstate, I'm surprised by the stores handing out those nasty thin fragile bags.

Comment Re:Anonynimity (Score 1) 276

Bitcoins aren't exactly like dollar notes though. Each transaction can combine any number of coins, or split them up into tiny pieces. Sure you can trace the path of all of those pieces as they are combined and split. But would you taint 100 coins because it was combined with 0.5 that was tainted from some other source?

Slashdot Top Deals

Top Ten Things Overheard At The ANSI C Draft Committee Meetings: (5) All right, who's the wiseguy who stuck this trigraph stuff in here?

Working...