Slashdot Mirror


User: DangerTenor

DangerTenor's activity in the archive.

Stories
0
Comments
85
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 85

  1. Re:backporting pdf functions on Amazon Kindle DX Details Revealed · · Score: 1

    > Does anyone know if there are any plans to add full PDF support to the orriginal Kindle and Kindle 2?

    I doubt it. The Kindle/Kindle2 screen is 6" diagonally, and you just can't see an 8.5x11 formatted PDF well enough on a 6" 167 ppi e-ink screen. There are a number of mechanisms for converting PDF to Kindle's format already, and they're mostly free. You can send the PDF to [username]@kindle.com and it will be converted and delivered directly to your Kindle for a fee... Or, send it to [username]@free.kindle.com and it will be converted and mailed back to you, where you can copy it on via the USB interface for FREE.

    The best conversions for PDFs with images / detailed or complicated formatting is to do something which involved converting the PDF to 1/2 page images and displaying them in landscape on the Kindle. There are a few options for this here at Mobipocket.

  2. Bat toast on Did Bat Hitch a Ride To Space On Discovery? · · Score: 1
    The bat's fate is pretty much guaranteed, mentioned in this article on UniverseToday.

    Unfortunately, holding onto the fuel tank spelled certain doom; it is doubtful he would have been able to remain attached as the violent shaking and g-forces took hold. Although he made it as high as the launch tower, it is likely the bat dropped off and died in the searing 1400C exhaust of the throttling boosters.

  3. Why hasn't anyone posted Pelosi's video? on US Senate & House Create YouTube Channels · · Score: 3, Interesting

    ....in which she rickrolls the taxpaying public 37 seconds into her Cat Cam video?? (Kudos to TC for posting it...)

  4. Re:Maybe a dumb question, but... on YouTube Bans Terrorist Training Videos · · Score: 1

    If YouTube/Google really wanted to help stop terrorism, then they would work with Government officials to collect information on the whereabouts and identity of those posting 'terrorist' videos.

    Then the problem quickly becomes, what is a terrorist video? Is my video about a remote control car shooting fireworks ( http://www.youtube.com/watch?v=4YfDiHIeLGk ) a terrorist video, and are the CIA/FBI going to pay me a visit?

    I certainly hope not. But, I wouldn't be surprised.

  5. Re:Boo Hoo on YouTube Bans Terrorist Training Videos · · Score: 0

    Freedom of Speech means freedom for everyone.

    Freedom of speech is a right given to Americans by our constitution. It is not a right that we feel necessary to share with those who want to kill us.

  6. DarkReading wrote about this - and more tips on US Warns Olympic Visitors of Chinese Cyber-Spying · · Score: 1

    DarkReading wrote that Beijing is bracing for an Olympic Cyber-War. Worth the read.

    We created a information security guide for visitors to China for the olympics on behalf of one of our large customers.

    If you take nothing else away from this, just be careful bringing your technology devices to China! The environment there is unsafe for most information technology.

  7. You could be a security analyst... on Non-Programming Jobs For a Computer Science Major? · · Score: 1

    I need people who know their way around computers.
    People who aren't afraid to break and fix things.
    People who are intelligent, good problem solvers, and are good at writing.
    If this describes you, go here: http://geminisecurity.com/company/careers

  8. You need a security policy. on How Would You Prefer To Send Sensitive Data? · · Score: 2, Informative

    I can't stress this enough. You need a company information security policy.

    Your information security policy should at a minimum cover the following items:

    • Definition of critical business information (CBI)
    • Definition of personally identifiable information (PII)
    • Who can and cannot have access to CBI and PII
    • How CBI and PII must be protected when stored
    • How CBI and PII must be protected when transmitted
    • How systems which store, transmit, or process CBI and PII must be protected to ensure the safety of the information (e.g. anti-virus, disk encryption, firewalls, etc.)

    I plan to write a blog post today or tomorrow at our blog, http://securitymusings.com which will go into a little more detail on this.

    Now for a direct answer to your question: strongly encrypt the data using a 128-bit (or longer) standard encryption algorithm such as 3DES, AES, or Blowfish. If you are using password-based encryption, use a long and random password, such as those generated by any good password generation application. (GRC has a web-based one.) Use at least 20 random characters to create a sufficiently entropic password. Communicate the password out-of-band, such as via telephone, fax, or mail/fedex. There are lots of available tools to do proper encryption, such as PGP/GPG, WinZip, etc. Use one, don't write your own.

  9. I'm pretty sure that's a stargate address... on Fermilab Calls For Code Crackers · · Score: 2, Interesting

    Seriously though, what the frack are these symbols? I think most of them fit into extended ascii, but not D and 4 (at a minimum, i'm basing this on knowledge from 20 years ago...)

  10. Just the tip of the privacy implication iceberg on Facebook Retreats on Online Tracking · · Score: 2, Insightful

    As mentioned here: http://securitymusings.com/article/202/facebook-ruining-christmas:

    Not only did Facebook show an ability to ruin the surprise of Christmas presents, it also begs greater questions about purchasing privacy and the first amendment. Rather than the NSA subpoenaing amazon.com to find out what books you like to read, perhaps they could just put up a flash web ad that reads your amazon cookies and finds out your latest "looked at" items?

    Be careful out there, kids!

  11. Re:Symmetric Key Exchange on Breaking a Car's Cipher · · Score: 2, Insightful

    Because when my wife used her key to start the car, it wouldn't work...

  12. Re:Not really a legitimate question... on Federal Agents Raid Homes for Modchips · · Score: 1

    Not every DVD you purchase is actually copy protected. For example, (I'm going to show my age here...) the "Veggie Tales" DVDs I get for my kids are not encrypted. and are typically under 4.7GB... Which is great, because backing them up is that much easier. We have a DVD player in the minivan, and I only put copies in the van, in case it is broken into/left unlocked and the movies are stolen. That way I haven't lost my originals.

  13. Unlike some other companies... on Time to End Microsoft's Patch Tuesday? · · Score: 1

    Unlike others such as Oracle, Microsoft actually releases truly critical patches ahead of patch Tuesdays. Oracle's monthly (or is it quarterly) releases are totally inflexible, never release patches inbetween, and DBAs are months behind getting these patches in place because of the "sheer volume"...

  14. Time to update... on Mars Probe Probably Lost Forever · · Score: 3, Interesting

    It might be time to update the Mars Scorecard.... although we got some good work out of the MGS, it might be time to mark this one up for the green guys.

  15. Yes.... and we're hiring... on Would You Hire a Former Black Hat? · · Score: 1

    http://geminisecurity.com/job.html

    I'm not opposed in prinicple to hiring a former Black Hat. It still needs to be the right person for the job, and I still need to trust them. I have to get a real good feeling about the person to start off with, and the possibilities are endless.

  16. Re:Will we know? on First Quantum Cryptographic Data Network · · Score: 1

    Well, as I just posted on our blog, SecurityMusings...

    The theory is that quantum cryptography / quantum eavesdropping-proof networks will advance as quickly (or quicker) than general-purpose quantum computers. So, we'll hopefully all have moved to quantum cryptography by the time quantum computers are available which can cut through today's keys like a hot knife through butter.

    Theoretically....

    -=-=-=- Listen to and comment upon the musings of information security geeks -=-=-=-

  17. similar to the subject of a recent article on The Problems of Web Surfing in Public Places · · Score: 1

    //shameless plug
    I just got interviewed about protecting email using encryption, the article appeared in Sunday's Washington Post.

    The interviewer was really interested in talking about encrypting the email messages using PGP. I think that's a great idea; we encrypt most email we send. However, I tried to hammer home the fact that if your email password gets sniffed while you're checking your encrypted emails, that you'll end up needing to encrypt every email since someone else might be checking it for you. And/or deleting or changing it....

    //end shameless plug
    ---
    Read and comment on the musings of information security geeks

  18. Re:Rivest and Stein on EMC Buys RSA Security for $2.1B · · Score: 1

    Don't you mean Adi Shamir, not Stein?

  19. Re:High tech stage? on LOTR Jumps the Shark · · Score: 3, Insightful

    ChowRiit wrote: It sounds to me that they're trying to cash in on the films, rather than make a fitting tribute to the books themselves...

    Last I checked, theaters, playwrights, musicians, and actors were all in a for-profit business. Of course they're trying to cash in!

  20. Re:And it won't work. on Banks to Use 2-factor Authentication by End of 2006 · · Score: 1

    NO! If a PKI-based solution, or even a shared secret (i.e. SecurID) is used, there is no danger of man-in-the-middle attacks. A simple SSL connection will prevent man-in-the-middle concerns. This comment is FUD at its best.

  21. Re:Second factor Windows-only? on Banks to Use 2-factor Authentication by End of 2006 · · Score: 3, Insightful

    The most popular second-factor token is the SecurID by RSA. It is a device which generates pseudo-random numbers every 60 seconds. This would be the easy solution for any bank interested in a cross-platform solution with no driver support to worry about.

    That said, I hate the SecurID. I'm a much bigger fan of PKI-based solutions, because of all the other things you can get along with it (secure email, secure transactions, strong authentication, persistent digital signature and encryption) for almost no additional cost. However, I'd understand if organizations went the SecurID route to save money not having to support something that didn't work well in multiple platforms.

  22. Re:My objection to the article: on Condensing Your Life on to a USB Flash Drive? · · Score: 2, Informative
    Of course! I know why, it was in one of my favorite poems as a kid:
    "I eat my peas with honey,
    I've done it all my life.
    It makes the peas taste funny,
    but it keeps them on the knife."
  23. Relief my a$$..... on T-Mobile Offers Relief for Hurricane Victims · · Score: 2, Insightful

    Relief is what you get when someone takes over for you.
    Relief is what you experience when you get something you badly needed.
    Relief is what you feel when your pain is removed or reduced.
    Getting free WIFI access in a few limited locations where there is no freaking power to charge a laptop (or probably even run the hotspot) is not relief, it is a PR move.

  24. Re:Download the ebook on Harry Potter's 'Half Blood Prince' Leaked · · Score: 1

    Torrent 170948 (Harry.Potter.And.The.Half.Blood.Prince.Book.6-Boo K) was deleted by Glavata (Nuked: Fake) Something was uploaded, but it wasn't the book!

  25. a better order on 7-Year Old Prequel Fan On ANH · · Score: 1

    IMHO, the order I plan to watch them in is:

    4, 5, 1, 2, 3, 6

    This saves me almost 8 hours of my life compared to your method, and preserves enough of the surprises long enough to make them enjoyable.

    It's too bad that such bizzare ordering is the only thing that makes sense. Kudos, Lucas, you asshat.