Slashdot Mirror


User: owlstead

owlstead's activity in the archive.

Stories
0
Comments
3,436
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 3,436

  1. Re:Uncrackable? on Current Crypto Trends with Bruce Schneier · · Score: 1

    You can create keys that are so big that it would take (almost) endless time on (almost) endless computers. Think of a computer from each molecule in the universe, at a currently unatainable speed. Then calculate 2^8192, for e.g. a 8kb RSA keypair:

    It would take 10907481356194159294629842447337828624482641619962 326924318327861897\
    21331849119295216264234525201 987223957291796157025 273109870820177184\
    06361097976507755479907890629 884219298953860982522 804820515969685161\
    35916381967718865426093245601 212905539018863010179 002525357999172000\
    10079600026535836800905297805 880952350501630195475 653911005312364560\
    01484742603529355124584392891 875276869627934408805 561751569434994540\
    66778251408149006161059202564 385045780133264935658 360472424073824428\
    12245131517757519164899226365 743722432277368075027 627883045206501792\
    76170094569916849725787968385 173704999690096112051 565505011556127149\
    14925153421057489666295470327 863215057308284302216 649703243961386352\
    51626409516168005427623435996 308921691446181187406 395310665404885739\
    43483287742816740749537099351 186875635997039011702 182361674945862096\
    98570062636120827067154081570 665751372810270223109 275649102767591605\
    20878304632411049364568754920 967322982459184763427 383790272448438018\
    52697776494107271561158043469 082745933999196141424 274141059911742606\
    05564837637563145276113626586 283833686211579936380 208785376755453367\
    89915694234433955666315070087 213535470255670312004 130725495834508357\
    43965382893607708097855057891 296790735278005493562 156109079584517295\
    41159729274798775277385600082 041185589300047777487 277618538135104938\
    40581861598652211605960308356 405941821189714037868 726219481498727603\
    65361629885617482241303348543 878532402475141941718 301228107820972930\
    35373728045743720952287036227 763639452908698062584 223551485075710396\
    19387449629866808188769662815 778153079393179093143 648340761738581819\
    56300299442279075495506128881 830843007964869323217 915876591803556521\
    61571154029921202761556078731 079374774668415283629 877086994501520312\
    31862594203085693838944657061 346236704234026821102 958954951197087076\
    54618662279629453645162075650 935101890602377382153 953277620867697858\
    97319663303088933046651694361 850783506415683369445 300514374913112988\
    34367265238595404904273455928 723949525227184617404 367854754610474377\
    01976802557660588103807727070 771794222197709038543 858584409549211609\
    98525389039746557039439730860 909305969633607675299 649384145981857059\
    63754561497355827813623833288 906309004288017321424 808663962671333528\
    00923275835087305961411872378 142210146019861574738 685509689608918918\
    04413395585248228675411132126 387936755676503403629 700319300233978284\
    65318547238244232028015189689 660418822976000815437 610652254270163595\
    65087543385114712321422726660 540358178146909080657 646895058766199718\
    6505665475715792896
    iteratio ns to crack this using a (very dumb) brute force attack. Actually - with a bit of luck - you would find it in half the number of iterations but you get the idea. For comparison, there are only about
    4000000000000000000000000000000000000000000 0000000 000000000000000000\
    00000000000
    atoms in the universe.

    Crypto-analists will have to look at smarter ways to crack keys than this, otherwise the cryptographers will always pull the long end. "Really bloody hard to crack" is not even starting to describe this.

  2. Re:Please stop abusing the English language on Current Crypto Trends with Bruce Schneier · · Score: 1

    "Or maybe just because they can crack RSA/DSA they prefer to protect USbusiness with ECC (supposed to be harder to crack)?" I never understood parentheses within quotes. Did he whisper that part, or are we talking about an interview on an IRC channel? I've once tried to read a book that was filled with parentheses within quotes. Those books should be ritually burned.

  3. Re:Interesting interview... on Current Crypto Trends with Bruce Schneier · · Score: 1

    Yes, it does feel like that. And anyone that has read anything from Sneider will see that he is just repeating the things he has always said. And that at a very high level, without the interesting details.

    So this is mostly targeted at the uninitiated. Fortunately, with cryptography, that's about 99.9% of the population.

  4. Re:Question on Ultra-Wide Band And Bluetooth Working Together · · Score: 1

    Bluetooth operates on both low level as relatively high level (application level). This gives it an distinct advantage over other technologies like WiFi, Wireless USB etc. etc. Furthermore, it is relatively cheap to implement, and does not take much power. WiFi headphones, for example, would take too much energy, and would have to operate on a specific protol on top of the default Ethernet or TCP/IP. And they would be more expensive as well.

  5. Re:Doesn't Java fix this? on How To Conduct Your Very Own Buffer Overflow · · Score: 1

    Java fixes this foremost by not allowing pointer arithmetic. You can program some structures better with goto statements as well, but there is a good reason why they are gone. Pointer arithmetic is the next goto statement. It can be usefull, and sometimes it is difficult to do without (ie embedded or kernel level programming).

    99 out of a 100 you don't pointer arithmetic, and 5 times out of a hundred it will introduce a hard to fix runtime error. Experienced programmers should only be allowed to do it, if it wasn't for the fact that everybody things he/she is one of those.

    And yes, all arrays and strings are checked.

  6. Re:Why doesn't Sun just post some chunks of it? on Sun Developers Refute OpenSolaris Vaporware Claims · · Score: 1

    Because people would go an alter the code, like they are supposed to. Then you will have questions about integrating that code into the branches that still have to be released, messing up your time schedule. Knowing the way applications are developed, you can be pretty sure this will happen. But that's just my guess on why they shouldn't do this.

  7. Re:For Now, It's Still Vaporware on Sun Developers Refute OpenSolaris Vaporware Claims · · Score: 4, Insightful

    Knowing Sun, they are not going for a "it barely works" first release. These guys are quite serious about maintaining correct code. This is one of the things that OSS does *not* excel in particularly.

    People are always screaming at Sun to open source things (e.g. Java) but I wonder if the software quality would remain at the same high level as it is now. The good thing of Open Solaris is that drivers will be hacked, and Sun could take advantage of that. Let's hope it won't screw up their version management.

    From what I've seen, solaris is a very high quality, stable operating system. The only crash I ever saw from Solaris machines at the university was related to the floppy drive cable, which messed up communications inside the sparcstation.

  8. Re:He needs new friends on Kernel, Shell Boots on DS Linux · · Score: 1

    Pft, you think you are unlucky? I lived in a rural area in the Netherlands when I got my first computer, a Z80 based MSX. No internet, my parents would not have let me have a modem, and all the guys that got computers (the whole handfull of them) only were interested in C64 games. Fortunately it came with a BASIC manual. Seriously, find some computer club or something in your neighbourhood, or place some ad in your local newspaper under the nerd seeks nerd section.

  9. Liquid metal? on Liquid Metal CPU Cooling · · Score: 1

    Pfft. Everyone knows that liquid nitrogen just kills liquid metal.

  10. Re:The ? operator on A Review of GCC 4.0 · · Score: 1

    In other news, slashdot ate my "<".

  11. Re:The ? operator on A Review of GCC 4.0 · · Score: 1

    Darn, I am using the ? operator to maybe print something on screen. Now I'll have to rewrite all my code. Oh wait, I'll create a macro for it to clear things up...

  12. Re:Groklaw got it right on The Register vs Groklaw: Who Gets It Right? · · Score: 1

    This is the register you are talking about. Yes, they leave mistakes even if you point them out. Hell, they have heard about editing, they just don't want to have anything to do with it. Heck, they even don't check if the HTML they are writing is valid, though most of that seems to happen @ mikes new place, the inquirer nowadays. But they are quick with news, and their front page is easy to read.

  13. Supercomputer on When Lofar Meets Stella · · Score: 4, Insightful

    Does anyone else think it is strange to install a supercomputer years before this telescope gets deployed? Processors do get faster and faster all the time.

    Even though this telescope will not be placed in the most densily populated area, the Netherlands is hardly the place to go looking for 350 KM^2 of land to put a radio telescope on. It's nice for business and science here, but putting it on a field somewhere in East Germany, Tsech Republic etc. might be more economic.

    Anyway, I'm buying stock in the storage business.

  14. Re:Argh! on Room-Temperature, Small-Scale Fusion at UCLA · · Score: 1

    See dupe.

  15. Re:great result, but not really a "discovery" on Nuclear Fusion Discovered · · Score: 1

    Yeah, and Newton did not discover gravity. All the other people did when they fell off the stairs.

  16. AMD bashing? on 64-Bit Windows Releases Now Available · · Score: 1

    Though I can understand that Microsoft only releases Win64 with boxen that work, I do feel a bit awkward.

    First Win64 is ready for beta testing and prime time just when Intel readies it's compatible processors. Now Win64 is only sold preinstalled. This market is predominantly Intels, where AMD is more used for upgrades.

    Am I starting to get paranoid, or do I feel a strong Intel backing from Microsoft. I'm undecided as yet.

  17. Re:It just won't work on Microsoft's New Mantra - It Just Works · · Score: 1

    Use classic folder view, which turns off the idiot web page thingy MS put in. If this is still possible in XP.

    I'm probably one of the view that has created personal menu's in the web view. They can be handy, but normally I prefer classic folders.

  18. Re:Nothing new here, shall we move along now? on E-mail As the New Database · · Score: 1

    One of the big points of Gmail is the ability to check your email from anywhere. This is not only the case with Google of course. If you would put the email on your own computer, you would not be able to view it from the library, on vacation, work, whatever. Furthermore, you have the hassle of backing up your data. One thing that is always plagueing me. I do not have the time nor the incentive to backup my home system.

  19. Re:Outlook makes this a nightmare on E-mail As the New Database · · Score: 1

    Yeah, fortunately Exchange never makes a mistake. You should have seen the mails some (misconfigured) Exchange systems manage to create. Scarred beyond recognition. So you might want to check out which IMAP server you use as well.

    Note: actually, if not for the scarred beyond recognition thingy, Exchange is a pretty featured IMAP server, afaik. I would not recommend it for end users though.

  20. Re:With longhorn? on Apple and MS Battle For Desktop Search Supremacy · · Score: 1

    Maybe so, but I would still give him a negative travel advise.

  21. Re:durfy durfy on Finnish Firm Claims Fake P2P Hash Technology · · Score: 1

    True, but we are still pretty far away from a general way of cracking hashes. All the strong hash algo's are currently based on the same ideas. This means that if you crack one of them (MD5 for instance) then the other ones would probably easier to crack as well. Still, more bits probably means more difficult to crack in practice.

    Note that I would feel pretty safe with a SHA-256, 384 and 512, but I second the idea of Bruce Sneider that we need another government sponsored race for new ones (see practical cryptography by that writer and check his site).

    IF you are going to use a different hash, add a CRC at the end, and then do a complete one-way hash over that message. CRC's are pretty different from secure hashes afaik.

  22. Re:40 years is impressive? on Gordon Moore: Moore's Law is Dead · · Score: 1

    Modern computers already match us in terms of raw power. However, our operating system is *way* cooler, and we get better peripherals :)

    It runs a lot cooler as well, even if you compare it to other water cooled systems.

  23. Re:Many French support these cards because... on France May Require Biometric ID Cards · · Score: 2, Insightful

    I strongly object against calling people without valid papers criminals. They haven't done anything to harm you or anyone else.

    In all probability the western society has a large part in keeping the countries poor as well, yet when these people knock on the door for (economic) support they are called and treated as being criminals by utter bastards like you.

    You can't let everyone share our well earned riches (*kuch*), so you might want to try to keep a large proportion out for economic reasions, but just don't come knocking on my door about them being criminals.

    You don't leave country, friends and family lightly. I would like to see you in the position they are in, and see how *you* would fare.

  24. Re:Scary Stuff on Sea Life Wiped Out by Neutron Star Collision? · · Score: 1

    Humans are just the tool that our genes use to make more genes.

    From that perspective, my personal death is NOT as important as the continuation of my children.


    Pfft, I tend to look at that from MY perspective, not of that of my genes. Not that I actually HAVE any other perspective, and genes certainly don't HAVE perspectives, let alone tools.


    Most parents know this at the instinctual level.


    That's an oxymoron if I ever saw one. That we love our children - and stuff with lots of fat put into it is clearly due to evolution. People tend to use it for their own purposes though, and lots of other things have nothing to do with evolution. We are not just a bunch of genes *anymore*.


    The argument that says I'm going to die - what to I care about the rest of humanity - is clearly bogus for most humans. All life on earth strives harder to pass on genetic information than to survive as an individual. That's why we age - and why we fall apart much more rapidly after child-rearing age is past.


    What a nice biological view of live expressed here. One of the things that sets us apart from the other living things down here is that we tend to break the laws set for us. I wouldn't mind dying like that - mostly because I would not have time minding dying like that.

    This all said, if I could safe someone nice, preferably myself, then I would. If I thought the person to safe was a total looser, well, evolution be fucked, good bye gene pool.

  25. Re:Scary Stuff on Sea Life Wiped Out by Neutron Star Collision? · · Score: 1

    Sorry, but I tend to live in a society. It is clearly an advantage if I live up to great age supporting my kids and family and ensure their survival. You just have selection on a higher level scale.

    Posting on slashdot at this time, it's clear that I don't have either, so this is all pretty theoretical stuff anyway.