Skip to content Skip to sidebar Skip to footer
Showing posts with the label Passwords

Web Authentication - How To Securely Transfer Username/password From The Client To The Server

I have a web application (Java) that I am trying to launch. The user needs to login to the system t… Read more Web Authentication - How To Securely Transfer Username/password From The Client To The Server

Send Password Safely Using An Ajax Request

just to know, is it possible to send password through an Ajax request safely? I've a login box … Read more Send Password Safely Using An Ajax Request

Does Javascript Forbid Changing The Input Type From Password Or To Password?

I am using this code on the input element: onmouseout=' $('#passwordhelp').text('&#… Read more Does Javascript Forbid Changing The Input Type From Password Or To Password?

How To Use Md5 In Javascript To Transmit A Password

I have a jquery dialog modal box pop up for logging into my website. When a user clicks login it d… Read more How To Use Md5 In Javascript To Transmit A Password