Slashdot Mirror


User: Paul+Crowley

Paul+Crowley's activity in the archive.

Stories
0
Comments
1,017
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1,017

  1. Re:Not get caught? on Tearing Down China's Great Firewall · · Score: 1

    unbreakable (or at least impractical) encryption is possible

    We don't actually know this. We don't have a proof that any suitable computationally intractable problems exist. It seems very likely, but I wouldn't want to state it with certainty without proof.

  2. Nitpick of the nitpick on Tearing Down China's Great Firewall · · Score: 3, Informative

    I think you're blowing up a terminological inexactitude into more than it is. They used "private key" where they meant "shared symmetric secret key".

    Also you shouldn't refer to signing and verification as "encryption" and "decryption" because they're semantically very different things. Both RSA encryption and RSA verification use the RSA public-key operation, but to be secure they must also use padding and the padding system for an encryption scheme will be different than that for a signature scheme. It's also bad to use the same key as an encryption and as a signing key.

    As a last nitpick, AFAIK there are no PK systems for which brute force is the most effective attack. If such a scheme existed it could use really short keys, like the 128-bit keys used in symmetric cryptosystems. Every PK system I know of uses keys at least twice that length.

  3. Re:Full Disclosure on Slashback: Walmart and Wiki, Alan Ralsky · · Score: 1

    Er, to whom are you explaining the joke?

  4. Only if you give the money away on Stallman Selling Autographs · · Score: 1

    I think people would look down on you if you took money and pocketed it. But I think giving the money to a worthy cause (like the FSF) is fine.

  5. Re:I think this is wrong again on Open Source Moving in on the Data Storage World · · Score: 3, Insightful

    RSA get the credit because they brought the concept to science. Similarly, Biham and Shamir get the credit for differential cryptanalysis. If you invent it and keep it secret you don't get the credit; that's the cost of the Faustian bargain you made with the security services.

  6. I think this is wrong again on Open Source Moving in on the Data Storage World · · Score: 1

    Rivest, Shamir, Adleman invented RSA.

    Shamir invented secret sharing.

    Rabin invented the Rabin public key cryptosystem, and IDA.

    IDA is not like secret sharing.

    With secret sharing, you have a secret, which you break up into shares. You can decide how many shares you need to reconstruct the secret when you break it up. Without the right number of shares, you know nothing about the secret. But the big difference is that EACH SHARE IS SLIGHTLY BIGGER THAN THE INITIAL SECRET.

    With IDA, you have lots of data. You break it up into chunks. EACH CHUNK IS SMALL COMPARED TO THE SIZE OF THE INITIAL DATA. The total size of the chunks is bigger than the size of the data. When the chunks you have add up to a size slightly bigger than the initial data, you can reconstruct the initial data.

    That was a lot of confusion to untangle.

  7. Is that to ensure... on IE The Great Microsoft Blunder? · · Score: 1

    Is that to ensure that no-one huffs and puffs and blows your house in?

  8. Re:Wrong Side of Bed? on Torvalds Has Harsh Words For FreeBSD Devs · · Score: 1

    So... you care about performance enough to change operating system in return for a 10% speedup, but not enough to really think about it?

  9. Free donuts at WiFi hotspots? on Wifi and Laptops Adds Up To Theft · · Score: 1

    No criminal would dare steal a laptop near a free donut stand.

  10. Re:Best on Bruce Perens on UserLinux and Ubuntu · · Score: 1

    They all went downhill after MCC.

  11. Re:Balance, it's all about Balance on Health Problems Related to the Geek Lifestyle · · Score: 2, Funny

    I can put off reading Slashdot?

  12. Learn another language on Pair-Programming with a Wide Gap in Talent? · · Score: 1

    Yes, I can help. Learn a different programming language!

    Seriously. You only re-use code in C when you really, really have to, because it's so intensely painful to do, and writing libraries is difficult and tiresome. Every time you want to pass a reference around, you have to decide who's going to free() it. If you want to get in the habit of reusing other people's code, learn a language with a stronger re-use culture. You should anyway; far too much new code is written in C when there are better alternatives with automatic memory management.

    I like Python, but you might choose Ruby, or Java, or C#, or Haskell, or OCaml, or even Perl. In any of these languages, you'll quickly get into the habit of seeing if someone's already solved your problem, because code re-use is so much less painful.

  13. Visudo should check on Sudo vs. Root · · Score: 1

    Visudo should explicitly ask you "you are about to deny *yourself* root access. Are you sure?"

  14. Re:What Are Cubicles? on Cubicles a Giant Mistake · · Score: 1

    We used to dream of having a cubicle! Would have been a palace to us.

    I want to take a photo of our office - nearly twenty people in little desk groups, no partitions anywhere - and post it so all these Americans can realize how lucky they are...

  15. Ubiquitious crypto: ever in the future? on BitTorrent and End to End Encryption · · Score: 1

    People have been happily predicting ubiquitous crypto for many years, but recently they don't so much, because they noticed that things haven't made any progress in that direction for the last decade or so. See Where has all the crypto gone?, a Usenix paper from five years ago, and ask yourself what progress has been made since then.

    Don't get me wrong, I'd love to see it, but I'm not optimistic that it'll "just happen".

  16. The -X files on The Future is XHTML 2.0 · · Score: 1
  17. Re:Instructions on completing your Oscar ballot fo on Bayesian Filters Predict Sundance · · Score: 1

    You didn't like Brokeback Mountain either?

    I'll celebrate the big step forward for Hollywood's portrayal of gay issues when they make a gay feelgood movie. Or, you know, a gay Dukes of Hazzard.

  18. Something about the writing style is familiar on Intel Dumps Iitanium's x86 Hardware Compatibility · · Score: 1

    "You don't need to be a Kreskin to predict Itanium's future. The hand writing has been on the wall since at least December 2004, when Hewlett-Packard handed over development and ownership of the Itanium platform to Intel. Soon after, vendors including IBM, Microsoft, and Dell began withdrawing their support for the Itanium processor.

    Let's keep to the facts and look at the numbers.

    # Chip speed of 1.6 GHz, down from the originally expected 2.4 GHz
    # Front side bus speed of 400 MHz, down from 667 MHz
    # On-chip Level 3 cache, down from 24 MB (12 MB per core)
    to an undisclosed number

    All major surveys show that Itanium has steadily declined in market share.

    Fact: Itanium is dead"

  19. Re:You can't invent math. on Humans Hard-wired for Geometry · · Score: 1

    You and Kronecker, huh? Why treat the natural numbers specially?

  20. +1, funny on What Should People Understand About Computers? · · Score: 1

    I have no mod points but I must comment...

  21. SRP is the right approach to passwords on Secure Java Apps on Linux using MD5 Crypt · · Score: 3, Insightful

    MD5 is not the problem. The trouble with using a system like this is that if you can be fooled into trying to log in to the wrong server, then they can capture your password, because it has to be sent in a form the server understands and can verify against.

    The right approach is something like SRP, which uses your password to negotiate a secure tunnel, in such a way that anyone who doesn't have the password, and doesn't guess it correctly during the negotiation phase, doesn't learn it and can't even take a new guess until next time there's a login attempt. This means that even relatively weak passwords gain a lot of security, because it's easy to limit the number of guesses the attacker is allowed.

    If ssh used SRP, then you wouldn't have to worry about whether the remote host key is right, or whether it's changed - the fact that you manage to negotiate a proper session with them using your password means that they're a legit host.

  22. Re:How do we know? on Wikipedia Plagiarism Ends Journalist's Career · · Score: 1

    Wikipedia checked. The edit history makes it look very unlikely that any one person was solely responsible for the material in question.

  23. Re:Doctor Who Newbie on Dr. Who on Sci-Fi Channel in March · · Score: 1

    Definitely start with the new series.

  24. No need to ship unformatted on Microsoft FAT Patent Upheld · · Score: 1

    Ship with an old-style FAT filesystem, without vfat. VFAT is backwards compatible, so the devices can write to it just as if it's VFAT.

    The device manufacturers will have to pay, but not the media manufacturers.

    The irony is that what M$ have patented is their workaround for their own fuckup. And people used it not because it was good, but to stay compatible with them. Get into bed with Microsoft and they will screw you.

  25. Re:Sexuality is going to change on Share Your Most Dangerous Idea · · Score: 1

    I need to persuade my psychologist friends who've been arguing this stuff to put up a web page somewhere collecting their detailed refutations and counter-arguments in response to Rieger's paper. If you haven't read it already, I recommend you do so - the blatant way in which the analysis is chosen to support the desired conclusions should jump out at you. But the more detailed analysis by those versed in the field is worth reading too.

    The closest related link I can find ATM is this one, but it's only tangentally related:

    http://ai.eecs.umich.edu/people/conway/TS/Reviews/ Psychology%20Perverted%20-%20A%20Response.htm