Quantcast
Channel: Tom Limoncelli's EverythingSysadmin Blog
Viewing all articles
Browse latest Browse all 568

How to tell if a site stores passwords in clear-text?

$
0
0
  1. Click on the "I forgot my password" link.
  2. If they email you your password, you know they stored it in clear-text somewhere. You should complain. Sadly their first-tier support probably won't understand and will assure you that they take security seriously and you have nothing to fear. Oh well, at least you know and can choose to use a different company or at least use a password you aren't using anywhere else (which, you already do, right?)
  3. If they email you a code to reset your password or a temporary password, then either they stored a hash of the password (hopefully they did it right), or they're doing it wrong and their password-recovery system obscures this fact.

Every sysadmin should know how to properly store your users passwords in a database even if you aren't a programmer. It helps you evaluate services that you may use.

How to properly store passwords in a database:

(This post was inspired this problem that was recently reported.)


Viewing all articles
Browse latest Browse all 568

Trending Articles