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

Uiwebview Passing Username And Password Into A Form

I have a UIWebView set up containing my universitys intranet page, my code will pass in my username… Read more Uiwebview Passing Username And Password Into A Form

Is There A Way To Password Protect Html Pages Without Using A Server Side Language?

I have a series of interlinked web pages, and I want to restrict access to these pages by asking th… Read more Is There A Way To Password Protect Html Pages Without Using A Server Side Language?

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?

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