Top "Security-by-obscurity" questions

A security anti-pattern in which secure information is "protected" by making it "hard to find" in the mistaken belief that it is then secure.

Encrypting/Hashing plain text passwords in database

I've inherited a web app that I've just discovered stores over 300,000 usernames/passwords in plain text in a SQL Server …

security encryption passwords security-by-obscurity
Why is security through obscurity a bad idea?

I recently came across a system where all of the DB connections were managed by routines obscured in various ways, …

security encryption security-by-obscurity