Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×

Comment Re:Confusing symbols (Score 1) 1268

I'm from the UK, is 4+3+2=( )+2 a commonly used / commonly understood way of presenting the problem in the US?

No, that's not standard usage in the US or anywhere else that I'm aware of.
It's always possible the report was not properly representing what he was trying to convey, but the report definitely shows usage that isn't clear for anyone, unless it was explained on the test. No wonder people are confused.

Real Time Strategy (Games)

StarCraft II To Be Released On July 27 220

Blizzard announced today that StarCraft II: Wings of Liberty, the first game in a series of three, will be released on July 27. The game will contain the Terran campaign (29 missions), the full multiplayer experience, and "several challenge-mode mini-games," with "focused goals designed to ease players into the basics of multiplayer strategies." It will launch alongside the revamped Battle.net, which we've previously discussed. Blizzard CEO Mike Morhaime said, "We've been looking forward to revisiting the StarCraft universe for many years, and we're excited that the time for that is almost here. Thanks to our beta testers, we're making great progress on the final stages of development, and we'll be ready to welcome players all over the world to StarCraft II and the new Battle.net in just a few months."

Comment Re:Can someone explain this to me? (Score 1) 192

The first time you encounter the concept of factoring (as per OP's question) is probably not the best time to introduce mathematics requiring groups and rings.

Granted.

And while the GNFS is indeed magnificently superior to naive searching, it is not sufficiently fast to make a significant difference to the cryptographic strength of a system based on the difficulty of finding large factors - hence, I judged it was not worth mentioning.

While the fact remains that you can make the number large enough for it to be impractical even with GNFS, I must disagree that it makes no significant difference. If the only thing we could do was trial division by primes, a 44 digit RSA composite would need at most ~200 quintillion divisions to find the factors. (see http://primes.utm.edu/howmany.shtml, there are ~200 quintillion primes below 10^22) More than sufficient for safe encryption. Even if you could do 1 billion per second, you'd need almost 6400 years to crack it.
But since there's GNFS, a 309 digit (1024 bit) number is currently the standard, and is being phased out.

In any case, you could've said something along the lines of "There are some more efficient ways, but they are still difficult for large numbers." instead of "There are some tricks you can use to speed it up, but that's essentially it."

Comment Re:Can someone explain this to me? (Score 1) 192

It is cryptographically useful because it doesn't have a short way of doing it: you have to simply try dividing by 2, 3, 4, 5, etc, till you get an answer. When you have a number that's several hundred digits long and only has two relatively large factors, this takes a very long time. There are some tricks you can use to speed it up, but that's essentially it.

This is very, very wrong. What you describe is the most naive possible way to factor a number, a.k.a. trial division (without an obvious "trick" to speed it up: not bothering dividing by composites). There are far more efficient ways to factor large numbers. The fastest, currently, for numbers over about 90 digits without any easily-found smaller factors, is the General Number Field Sieve.
http://en.wikipedia.org/wiki/Integer_factorization
http://en.wikipedia.org/wiki/Trial_division
http://en.wikipedia.org/wiki/General_number_field_sieve

Comment Re:Can someone explain this to me? (Score 2, Informative) 192

you could crack a 768-bit RSA in... roughly guessed... ...a third of a day.

Sorry, no. That doesn't take into account the fact that some parts can't be run in parallel on many home computers. Not to mention that the longest part, sieving, for a number this size, needs about 1 GB of RAM free, which I'd think people would be likely to notice and shut down pretty quickly...
Sieving is the step that takes the most time, in this case 1500 CPU years ("On a single core 2.2 GHz AMD Opteron processor with 2 GB RAM per core, sieving would have taken about fifteen hundred years."), but can easily be run in parallel. Let's say you have access to 100,000 cores, each with at least 1 GB of RAM that you can use (read the PDF...). It will now take you 5.475 days to do the sieving.
Polynomial selection can, like sieving, be easily distributed, and is a relatively trivial task with 100,000 cores available. (roughly 20 CPU years, or under 2 botnet-hours, and a non-enormous amount of RAM)
The hard parts are the final steps: filtering, building a matrix, solving it, and finding the factors. You basically need one or more supercomputers to do it, with at least one of them having 1 TB of RAM and fast access to 5 TB of data. To do it like they did, you'd also need to write your own block Wiedmann implementation. If not, you'd have to use the block Lanczos, which can only be run on a single computer/supercomputer/cluster.

Doubtless, someone could botnet enough computing power to sieve for an RSA-768 key in a matter of weeks, but to actually finish it and get the factors would require an expensive supercomputer, be it purchased, (better hope whatever's behind that key is valuable...and thank goodness that they were stupid enough to use just a 768-bit key on it) botnetted, (good luck to get one and not have anyone notice!) or otherwise acquired.

Comment Re:Can someone explain this to me? (Score 4, Informative) 192

What they did was factor a 768-bit number, like one that could be used as a 768-bit RSA public key. e.g. to factor 15, you need to find that it is equal to 3*5, which can be easily done by dividing the first few primes and finding that 3 divides 15. To factor a very large number, like a 768-bit number that is semiprime with the two factors both about the same size, (as is the case with RSA public keys) is a very difficult task. It is currently best done by the General Number Field Sieve (GNFS). For more info on any of these concepts, use Wikipedia.
This demonstrates the possibility of breaking any given 768-bit RSA key by factoring the public modulus, and shows how much work that takes. Note, however, that it is still very difficult, and in this case took multiple years of calendar time and hundreds of years of CPU time to crack.
This does not mean that every 768-bit RSA key can be cracked any more easily than it could before, it just demonstrates that we have the ability to crack any 768-bit RSA key (given the time and resources).

Role Playing (Games)

BlizzCon Keynote — New WoW Expansion, Diablo 3 Details 316

BlizzCon kicked off this morning with a keynote address that brought some major announcements for some of their games. First, World of Warcraft's third expansion, Cataclysm, was officially revealed. It differs from the previous expansions in that they will not be creating an entirely new continent for players to explore. Instead, the two huge continents from the original game will be going through a literal cataclysm, causing some zones to be destroyed, new ones to become available, and existing ones to be entirely revamped. Big news came for Diablo III as well, with the announcement of the Monk class and a trailer showing how it plays. More details for both games as well as StarCraft II will undoubtedly become available over the next few days, but read on for more about what we already know. If you have any questions, don't forget to post them here.
Mars

Spirit Stuck In Soft Soil On Mars 160

cheros writes "NASA reports that the Spirit Mars lander is presently stuck in soft soil. The lander's wheels are halfway sunk into the soil and they are planning simulation tests to see if they can get it out again. I hope they can get it out of there because it's picking up enough new energy to operate; however, it only has 5 wheels left to get around on — one of the wheels hasn't been working for years. Fingers crossed."
Music

Activision Wants To Bring Guitar Hero To Arcades 75

dlapikin writes "Activision is preparing a deal with Konami and Raw Thrills to bring Guitar Hero to arcades worldwide as soon as 2009. It looks to be a great fusion of their current Guitar Hero III axe and World Tour. 'Some features have been streamlined, however, like character customization. Raw Thrills doesn't want people obsessing over the hair color of their on-screen rock star. But one important feature that has remained is downloadable content. Raw Thrills has the ability to push new songs to "Guitar Hero Arcade" through the Internet. Owners of the machines can pick and choose which of the new songs to add to the cabinet.'"
Games

Activision Blizzard Announces Guitar Hero 5, New Call of Duty 85

MTV's Multiplayer Blog reports on recent announcements from Activision Blizzard which confirm that sequels to several popular franchises are on the way. The games include a new Guitar Hero, Call of Duty: Modern Warfare 2, and a new Tony Hawk, which will use some kind of non-standard controller. "At the meeting, Activision Blizzard showcased new games that would make sense for in-game ads, including the vaguely titled "Guitar Hero 5," which included a screen shot of gameplay with a Burger King ad to the right of the note highway."
Games

Dead Space Highlights Disparity Between Plot and Gameplay 87

Gamasutra is running an opinion piece praising recent horror-action game Dead Space for its pacing and gameplay while simultaneously criticizing the plot and the attempts to scare the player. Quoting: "What Dead Space is, is carefully and stylishly unoriginal. You'll love playing it, but when you aren't playing it, it's hard to say what's so great about it. It has some really great set pieces, some sweet effects, solid gameplay, an amazing interface and that's all. Anything and everything having to do with dialogue and story comes off as rote. ... You get the feeling the developer are trying very hard, though. When I see a dark shape in the distance, which turns and disappears, I don't get scared. I know he'll pop out of a vent later! Likewise, when I find a scientist who promptly slits her throat because of the horror, I just check for an item drop. None of the survivors ever surprise you and go hostile (which I think would have been a brilliant scare), so you never have to worry."
Communications

Arranging Electronic Access For Your Survivors? 335

smee2 writes "In the past, when a family member died, you could look through their files and address books to find all the people and businesses that should be notified that the person is deceased. Now the hard-copy address book is becoming a thing of the past. I keep some contact information in a spreadsheet, but I have many online friends that I only have contact with through web sites such as Flickr. My email accounts have many more people listed than my address book spreadsheet. I have no interest in collecting real world info from all my online contacts. The sites where I have social contact with people from around the world (obviously) require user names and passwords. Two questions: 1. How do you intend to let the executors of your estate or family members know which online sites/people you'd like them to notify of your demise? 2. How are you going to give access to the passwords, etc. needed to access those sites in a way that doesn't cause a security concern while you're still alive?"
Role Playing (Games)

Second World of Warcraft Expansion Launched, Conquered 386

The much-anticipated second expansion to World of Warcraft, entitled Wrath of the Lich King, launched on Thursday, introducing a new continent, raising the level cap to 80, and bringing a wealth of new items, spells, dungeons, and monsters to the popular MMO. Crowds gathered and lines formed outside stores around the world leading up to the release. Massively has put together a series of articles for players wishing to familiarize themselves with the expansion, and CVG has a piece discussing the basics as well. It didn't take long for the first person to reach level 80; a French player called "Nymh" reached the level cap on his Warlock only 27 hours after the expansion went live. Not to be outdone, a guild named "TwentyFifthNovember" managed to get at least 25 raiders to 80 and then cleared all of the current expansion raid content less than three days after the launch. Fortunately for them, the next three content patches are each expected to contain new, more difficult raids.

Slashdot Top Deals

UNIX was not designed to stop you from doing stupid things, because that would also stop you from doing clever things. -- Doug Gwyn

Working...