--- Sorry if it has any bad English, I'm Thai!

The username/password from login form is sent in plan text, and it is security hole! If we can make it more secure by adding MD5/SHA1 to it by using some JS Library on http://pajhome.org.uk/crypt/md5/. It can encrypt text in javascript and it's very fast! It's result was as same as PHP MD5()/SHA1() function (for hex_md5(),hex_sha1()).

If you can integrated this JS library to Drupal, it would be great!

Comments

lilou’s picture

Version: 6.x-dev » 7.x-dev
Component: javascript » user.module

Feature request go to HEAD.

marcingy’s picture

Status: Active » Closed (fixed)

We no longer send passwords