Forgot your password?

typodupeerror

Comment: Re:$200,000? (Score 1) 260

by Imagix (#39089101) Attached to: UK Student Jailed For Facebook Hack Despite 'Ethical Hacking' Defense
No, that's security through secrecy, not obscurity. That's the difference between "This piece of text is encrypted with a mechanism, I don't know what algorithm.", and "This piece of text is encrypted with the old Ceasar Cipher.", and "This piece of text is encrypted with IDEA.". Statement 1 is using security through obscurity. You don't even know how to proceed. Statements 2 and 3 are using security through secrecy. You know what algorithm they're using so you know _how_ to decode it, if you know the secret key. How is this different than statement 1? The difference is that you happen to know that the Ceasar Cipher is trivial to brute-force, IDEA not so much. (Of course this doesn't mean that "security through secrecy" is guaranteed better than obscurity, just that obscurity is simply hoping that someone doesn't discover your vulnerable spot.)

Comment: Re:False warnings (Score 1, Interesting) 152

by Imagix (#38957661) Attached to: No More SSL Revocation Checking For Chrome
So you're misusing the system, and complaining. When you revoke the old cert, you are stating that it is no longer to be trusted. And now you complain when it says "don't trust this"? I guess a car analogy: (Where I live, you are required to have proof of insurance stickers on your license plate.) You give a properly insured car to your buddy. 2 days later you go and remove the insurance stickers from the car. A week later, your friend is pissed off because the cops gave him a ticket for being uninsured. "But it was insured when I gave it to him."

Comment: Re:Why? (Score 4, Insightful) 152

by Imagix (#38955497) Attached to: No More SSL Revocation Checking For Chrome

Now you might argue that false positives are preferable to ignoring problems, but it does break the user experience pretty badly.

And this is the problem with security. People want the security/safety.... unless it's inconvenient. And yes, there is something "wrong" with the certificate. It is unverifiable as to whether it is still valid. Which you asked it to do.

Comment: Re:Why Apple is good (Score 3, Informative) 715

by Imagix (#38884677) Attached to: Apple Forcing IT Shops To 'Adapt Or Die'
But you have not said anything about how this applies to IT shops. How do I buy 30 licenses for (lets say OmniGraffle). How does one then assign those licenses to the 30 people that need them? Then later I fire #14 and hire a new person? So far the options are: 1) Buy the app under the employee's own Apple ID. But then #14 takes a copy of the software when he leaves. 2) Buy the app under the employee's corporate Apple ID. But then #14's Apple ID isn't in the company anymore, and nobody has that license. 3) Buy the app under some anonymous corporate Apple ID. (emp14@example.com). When I replace #14, the replacement gets _all_ of the Apps that #14 had. And #3 has another problem that IT would have to retain (and manage) the passwords to all of the emp## accounts as the App literally has to be bought under that account, so IT would need to change the password, attach a credit card, buy the app, detach the credit card, change the password back. Previously, one would buy 30 licenses of OmniGraffle, download the .dmg file, install on the appropriate 30 machines.

Comment: Re:"Freedom" (Score 1) 545

by Imagix (#38743426) Attached to: Will Secure Boot Cripple Linux Compatibility?
The objection that I see is that the platform supports the capability of loading arbitrary OSes, but if the manufacturer wants to run Windows on it, they must go out of their way to make it more difficult for the end user to run other OSes. As opposed to declaring that the device must be shipped in the way that enforces signed bootloaders, but the end-user may turn that enforcement off to load their own arbitrary OSes.

You can't carve your way to success without cutting remarks.

Working...