Slashdot Mirror


User: Old+Wolf

Old+Wolf's activity in the archive.

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

Comments · 1,798

  1. Re:Hoax! on Dolby Tells NetBSD Project: Don't Decode AC3 · · Score: 1

    Why do so many people hate the passive voice? (even MS Word does). What's wrong with it can't be seen by me.

  2. Re: This is why licensing should stop on Dolby Tells NetBSD Project: Don't Decode AC3 · · Score: 2

    "Democracy is the worst form of government, except for everything else that has been tried"

  3. Re:Down with MS on Dolby Tells NetBSD Project: Don't Decode AC3 · · Score: 2

    Perhaps Linux is ready for desktop -use-, but not for -installation-. Would schools etc. be happy to use Linux, if it came with a technician to install it? (for a lower price than a copy of Windows costs)

  4. Re:computers play Chess well, but suck at GO on Brain vs. Computer: Place Your Bets · · Score: 1

    Is the algorithm memorizable?

  5. Re:computers play Chess well, but suck at GO on Brain vs. Computer: Place Your Bets · · Score: 1

    So who wins.. the older brother or the younger brother?

  6. Re:I'm not seeing a problem here... on Lineo Pays To License Real-Time Linux Capability · · Score: 2

    Ugh... people should be trying to start an uproar here, not sitting back and saying "at least so-and-so registered this stupidly obvious patent and not Microosft". Howcome it's OK to patent using a kernel with an OS, but not to patent a compression algorithm or a hyperlink?

  7. Taste of their own medicine on Antitrust Investigation Into Music Companies' Online Efforts · · Score: 2

    And the prosecution team is led by... Shawn Fanning ;D

  8. Browser-based security model on Analysis of Passport Flaws · · Score: 5, Interesting
    I have some experience to draw on here. While developing an internet-based payment system, I had to evaluate various security scenarios. The payment system is a server (Apache+PHP :) with connections to a transaction switch which is connected to a bank; a Merchant shopping site will redirect a customer to the payment page, who will make their payment there, and return a success or failure flag to the Merchant. The Merchant will tally up cash with us or with the banks in their regular settlement.

    The first scenario I decided on and implemented was the similar as what Passport is using, but with the 3DES-key optional (so that Merchants with poor web coders could still participate). For the rest of this discussion, I'll only refer to the version with the DES protection.

    Also, being a payment system,there was only one ever call and one return with results -- not a login and logout process.

    We found that by using various SSL, cookie methods, and so on, we could get around all security flaws, but the downside is that the Merchant has an awful lot of responsibilities, including:

    • Verifying, encrypting and decrypting the 3DES keys
    • Keeping its 3DES key secure...
    • ...which entails keeping its system totally secure from hacking
    • Implementing the rest of the protocol to communicate with the Passport etc. server via cookies
    • Generating cookies that work correctly in any version of any browser (even getting them to work correctly in one browser is a hassle!)
    • Detecting duplicate transactions (for example, J.Hacker does a valid purchase for $1; and records the connection, then comes back later, begins a purchase for $10000, and intercepts the connection and responds with the $1 packet)
    and the list goes on. In the end I decided that while it was a security model that held together, and if I were coding for the Merchant I could do it correctly, but there are many Merchants that would simply fail to do it right, and either have it work buggily or insecurely, or not at all, and then blame the system (or the customers would blame the system).

    It's easy to say "Well, they should do it right," but when you've been in the commercial world a while, you realise just how incompetent many companies are.

    In the end, tired of patching up small hole after small hole and writing merchant integration documents, I changed my mind and chose an alternative scheme which may seem harder for Merchants at first, but in fact leaves them as little room for going wrong, even if the transactions run a little slower.

    Conclusion? Hack just one of the merchants involved in Passport, grab their 3DES key, and you're in and untraceable (bar the merchant actually keeping valid authentication logs and being able to follow them; in which case the worst that could happen is that they change their 3DES key). The security will deter script kiddies but a hacker with serious skills will have a field day.

  9. Well-written? on Analysis of Passport Flaws · · Score: 1

    I [sic] hope it's [sic] better-written [sic] than Taco's assessment [sic] would indicate.

  10. Re:An Infinite Random Irrational Number on Share The Pi! · · Score: 1

    All your base are belong to pi

  11. Re:Normality on Share The Pi! · · Score: 1

    Not at all, people would just remember that the proof refers to "primes other than 1". The current definition was chosen so that you have to do as little writing as possible to describe what's going on.

    The properties of numbers do not change, regardless of what names we give them.

    The main reason for 1 not being considered prime is so that a theorem known as the "Fundamental Theorem of Algebra", is true when it talks about "prime" numbers. In natural numbers, the theorem amounts to the idea that each number has one (and only one) factorisation into prime numbers (eg. 140 = 2x2x5x7).

  12. Re:God does not play dice. on Resolution Of The Heisenberg Uncertainty Principle · · Score: 1

    These are not proof at all (in fact they aren't even evidence). Consider the theory: "Gravity behaves like relativity says it does at the moment, but on 1 Jan 2050 it will suddenly become repulsive".

    If you want your measurements to confirm relativity, then they must all confirm my theory too.

  13. Re:f=ma? Last post I promise on Resolution Of The Heisenberg Uncertainty Principle · · Score: 1

    Is anyone else enjoying how Genoaschild seems to have replied to his own post about ten times in a row?

  14. Re:If it quacks like a duck... on A Pill To Stop Female Menstruation · · Score: 1
    My girlfriend won't go anywhere near the stuff.


    Sorry, Slashdot posters are not allowed to have a girlfriend.



    And, inconvenient and messy? First, when something that naturally occurs in the body (when things are working NORMALLY) is seen as inconvenient, it really should make one question the adopted framework/society that would MAKE it inconvenient.


    You look forward to taking a dump then?

  15. WTF on Joy of Linux · · Score: 1

    What is "onnellinen-onnellinen-ilo-ilo" ?

  16. Re:Better Than A Flashback Episode on Xena To Join X-Files · · Score: 1

    I happen to find French girls very exciting, thank you..:)

    and if X-Files does come to NZ, maybe they could do a few episodes on the unexplained mysteries of recent Government decisions

  17. Re:(read: sex appeal) on Xena To Join X-Files · · Score: 1

    Yes, that woman has thighs to die for.

  18. Re:Let me guess: Wahlburg screaming "Damn you!"? on Review: Planet of the Apes · · Score: 1

    ...A Beowulf cluster of statues of liberty?

  19. IT shortage here on No Shortage Of Programmers? · · Score: 1

    As far as I can see, IT companies are screaming out (with cheque books foremost) for skilled IT workers. Getting a programming job or a Unix/Linux sysadmin is easier than falling off a log.

    The IT industry is still growing very fast, and companies that have nothing to do with IT are hiring a sysadmin or programmer just to write them a website, or do a computer program of their products, or whatever.

  20. Re:BSD on Technical FAQ for New Linux Users · · Score: 1

    Better to recognize good examples and implement them yourself, than to go around reinventing the wheel, or doing dumb things instead

  21. Re:Why pay for a book? on Technical FAQ for New Linux Users · · Score: 1

    full-blown, haha

  22. Re:How about an Intuitive UI Instead? on Technical FAQ for New Linux Users · · Score: 1

    I find "bash" is excruciatingly easy to use.

    Don't confuse "easy to use" with "similar to Microsoft".

  23. Re:Lies, god damned lies... on Technical FAQ for New Linux Users · · Score: 1

    You need Gnosis 0.0.1 (a plugin for Lilo)

  24. Re:Oh woe is me... on Congress Discovers Peer-to-Peer Porn · · Score: 1

    Get Elcomsoft to write PDF extensions for Konqueror

  25. Re:The four horsemen of the infocalypse ride again on Congress Discovers Peer-to-Peer Porn · · Score: 1

    Sharing files is kinda the whole idea of the internet, isn't it? (especially the WWW). I'm glad that Slashdot is kind enough to share their index.html, etc.