Comment: Re:$200,000? (Score 1) 260
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.)