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

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?

Can I Get To Look Like ?

I'm trying to deal with a frustrating Internet Explorer issue that prevents me from using jquer… Read more Can I Get To Look Like ?

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?

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