akumar I am facing the issue of password in post request. the password is not encrypted when send the request for login. so it is possible the password send with encrypted form. I have also attached the screen shot so please help me in this issue. Thanks,
tankerkiller125 akumar This is expected and normal, the passwords are hashed going to the database, and if your using HTTPs the data will be encrypted in transit. ALL websites use this method of login.
[deleted] tankerkiller125 And this is the core reason as to why those not using HTTPS on their websites are penalised by Google. Failure to secure the logon portion at the very least (in fact, the entire session should be encrypted) will expose the password entered and will make it susceptible to sniffing.