Slashdot Mirror


User: jonathanjespersen

jonathanjespersen's activity in the archive.

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

Comments · 19

  1. Re:Smartphone required to browse? on New Standard For Website Authentication Proposed: SQRL (Secure QR Login) · · Score: 1

    *every time you clear your cookies

    FTFY

    Not always. There are products that exist that bind client data to your user profile and map your habits to identify risky behavior, and cookies are not required.

  2. Re:So why continue it... on Bill Gates Acknowledges Ctrl+Alt+Del Was a Mistake · · Score: 1

    I agree. I was only addressing the statement about accidentally shutting down the computer.

  3. Re:Why would you want a single button??? on Bill Gates Acknowledges Ctrl+Alt+Del Was a Mistake · · Score: 1

    That button used to (and maybe still does) exist - but not on the keyboard. Many models of computers had reset/restart buttons next to the power button (and Turbo buttons). It was handy. I agree though that it shouldn't be on the keyboard.

  4. Re:So why continue it... on Bill Gates Acknowledges Ctrl+Alt+Del Was a Mistake · · Score: 2

    The article is only stating about using Ctrl+Alt+Del to log into Windows, not restart the computer. Changing the Windows login command to a single key (even the Windows key) would not have the effect you describe.

  5. Re:Haha on How To Monitor Leaky Radioactive Water Tanks · · Score: 1, Redundant

    Maybe he should have written an article on how to host an article to survive rapid bursts in page views.

  6. The real question is on iPhone Hacked In Under 60 Seconds Using Malicious Charger · · Score: 0

    Does the fake charger still charge the phone?

  7. Re:"Master" keys? on CNET: Feds Put Heat On Web Firms For Master Encryption Keys · · Score: 1

    So with the key, your hidden urls would turn back to plain text months, years later via a stored server/logs.

    URLs in transit over HTTPS are encrypted, but once they hit the server logs, they are stored in plain text along with any other data configured to be logged (unless on an encrypted volume, but that's outside the control of the web server software).

  8. Re:Time to replace the HTTP protocol on CNET: Feds Put Heat On Web Firms For Master Encryption Keys · · Score: 1

    Key exchange is not performed over HTTP - it is performed by SSL or TLS (or whatever encryption protocol is being used). Even then, the public key exchange and encryption that is set up by the handshake is to set up a secure connection for exchanging symmetrical keys. Then the entire payload (whether it be HTTP, FTPS, or other application protocol) is encrypted. Asymmetric (key pairs) encryption/decryption is expensive, which is why symmetric keys are generated and used.

  9. Re:Self signed certs on CNET: Feds Put Heat On Web Firms For Master Encryption Keys · · Score: 1

    The signing happens on the PUBLIC key, not the private. They can still give their private key to the NSA, who can use it regardless of who signed the public key.

    The public key of the certificate is signed by the private key of the CA. In a self-signed scenario, I own the private key of the CA and I own the private key of the certificate. I'd have to give one of those up to make your scenario work.

  10. Re:Ah Slashdot: Reap what you sow on Ask Slashdot: What To Do When Another Dev Steals Your Work and Adds Their Name? · · Score: 1

    Ownership and copyright may be about getting credit, but getting credit is not always about ownership and copyright - some times it's just about getting credit. Unfortunately, people are sometimes driven to using ownership and copyright to maintain proper attribution.

  11. Re:2 Questions for you on Slashdot Killed My Kickstarter Campaign · · Score: 2

    Hello. My name is Inigo Montoya. You killed my father. Prepare to die.

  12. It depends ... on How Did You Learn How To Program? · · Score: 2

    on the definition of "program". To preface, I'm not a programmer, but I can write basic code. I did Apple BASIC in elementary and middle school. Dabbled in Pascal, C, and VBA in college. I would plant my "learned how to program" flag in my last year of college, when my roommates and I downloaded Slackware floppy images over a modem, downloaded Merc 2.2 source code, learned to compile it, then rewrote 80% of the code.

  13. Re:Anything to get more customers on Google Demands Microsoft Pull YouTube App For WP8 · · Score: 1

    No, Google does not have the right to have advertising. They do have the right to insert advertising content into their data streams as it is content they host. The consumer has the right whether they view the advertising (or run software to remove the advertising).

    Whether or not MS is in the right on this is a gray area for me, but I'm in their corner for making something their consumers will likely want (even if their motivation wasn't to meet their consumer demand).

  14. Where'd the malicious links come from? on Internet Explorer 0-day Attacks On US Nuke Workers Hit 9 Other Sites · · Score: 2
    From the article:

    Malicious links embedded in the Department of Labor website focused on webpages that dealt with illnesses suffered by employees and contractors developing atomic weapons for the Department of Energy.

    So in addition to the 0-day exploit found in IE, what was exploited to put malicious links on the web site?

  15. Re:Sweden, 1 year on So What If Yahoo's New Dads Get Less Leave Than Moms? · · Score: 5, Funny

    Those responsible for sacking the people who have just been sacked have been sacked.

  16. Re:Whats the alternative? on ZDNet Proclaims "Windows: It's Over" · · Score: 1

    They don't even NEED to - Windows can do remote terminals and simple administration, but Microsoft makes their users jump through licensing hoops to access the full power of the operating system.

    MS has made huge leaps in command-line administration over the past couple of iterations of Windows (primarily PowerShell). They've added many more server roles that can be run without the GUI, and most of them can be administered as easily from the command-line. That's not to say they don't have more work ahead of them - they do - but there's nothing stopping me from remotely administering my servers via command-line.

  17. Re:Seriously, what the fuck! on How Citigroup Hackers Easily Gained Access · · Score: 1

    They must have too and missed the realization that Holiday Inn Express makes you a real expert.

  18. Re:SFTP is a downloadable option on A Run Through Windows Server 2008 · · Score: 1

    Ah, my newbie-ism got in the way. I read right past that blurb at the bottom. SFTP = no, but FTPS = yes.

  19. SFTP is a downloadable option on A Run Through Windows Server 2008 · · Score: 2, Informative

    This link explains at a very high level why there is no SFTP out of the box, but it is a downloadable option.