Category Archives: Javascript

Encrypt forms’ passwords before submitting with jquery

If a site’s login/registration isn’t encrypted using SSL why would you risk sending a user’s password in plain text to the form’s processing script? Because you didn’t know any better and didn’t read this how-to, that’s why. With today’s average … Continue reading

Posted in code, Javascript | Leave a comment