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

Regular Expression To Match At Least Two Special Characters In Any Order

I have to do jQuery form validation for password. The password should contain at least two special… Read more Regular Expression To Match At Least Two Special Characters In Any Order

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

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

HTML/CSS/JS: How To Force Browser To Save Password From A Non-'password' Type Input?

The thing is that I have two values which are similar to a username and password, but are actually … Read more HTML/CSS/JS: How To Force Browser To Save Password From A Non-'password' Type Input?