Can I keep passwords secure from other programmers when using (minified) javascript Ajax jQuery? More specifically, when debugging with tools like Firebug, can I keep passwords (even encrypted) from others?
Here's a scenario: I build an XML doc (server side) and pass it to my jQuery/Ajax controller. Who's to say someone won't set a breakpoint in Firebug, copy and paste the encrypted userID, encrypted password and send their own request to the original URL?
Yes, I can do all of this server side. My question is, can I do it client side?
Let's face it peep's, when people want "secure" data these day's who are we defending ourselves from...other programmers.
Luv ya'll though.