Live data from Hacker News

The Art of Password Protection in PHP

img64.imageshack.us

1–6 of 6 posts

Re: The Art of Password Protection in PHP

#5
post #2

I hope no one is doing anything involving passwords in PHP.

Sorry, I can't seem to find the point you're trying to make under the snark... did you forget to add one?

If one were feeling really unkind, one could note that languages at the opposite end of the spectrum to PHP tend bring about this tendency - maybe you need some kind of snark compiler to enforce this kind of thing so that you don't have to rely on expertise?

Re: The Art of Password Protection in PHP

#6
post #2

I hope no one is doing anything involving passwords in PHP.

Sorry, I can't seem to find the point you're trying to make under the snark... did you forget to add one? If one were feeling really unkind, one could note that languages at the opposite end of the spectrum to PHP tend bring about this tendency - maybe you need some kind of snark compiler to enforce this kind of thing so that you don't have to rely on expertise?

Password protection shouldn't be done in the presentation layer, regardless of language.