show/hide this revision's text 2 Clarified the reason for this unhelpful answer.

Never store passwords!

Rather store the hash of a password. See: http://en.wikipedia.org/wiki/Crypt_%28Unix%29#Library_Function.

I'm aware this does not answer the question, but the more programmers who ignore this advice, the easier it will be for criminals to steal data. Don't let your organization become a news story.

show/hide this revision's text 1

Never store passwords!

Rather store the hash of a password. See: http://en.wikipedia.org/wiki/Crypt_%28Unix%29#Library_Function.