Forgot your password?
typodupeerror

Comment Re:"inherently insecure" is a bad phrase (Score 1) 229

its true for _any_ language. If you don't break your program before you make it available to the public, you're just asking for someone to pounce all over it.

Security should be addressed on both ends of the spectrum...the server side (developing a solid tough to crack nut of a server side app) and client side ( developing a secure unbreakable client side app). unfortunately, in the commercial world, deadlines and such limitations plague this to no end...thus sloppy insecure code from deadline pressed coders.

Slashdot Top Deals

"They that can give up essential liberty to obtain a little temporary saftey deserve neither liberty not saftey." -- Benjamin Franklin, 1759

Working...