It seems that my html login form supports \"remember password\" in ff but not in ie and chrome. Can anybody tell me why? Here\'s the code:
I am generating salt and hash values from my passwords by using, string salt = CreateSalt(TxtPassword.Text.Length);
I am developing a web service and I need to send a username and password to the service in a GET method. Is it OK to send this information in the uri as long as it\'s going over a secure channel like
I have Java Applet(J2EE), I want to make it accessible only to a certain set of users,by authenticating them using use开发者_开发问答rname and password.What is the the best way of doing this?This guid
this question might seem stupid, but here\'s the situation: I\'m trying to create an auto login page for my mail using jquery\'s post request, but it\'s not working, it works with all other pages exce
I am 开发者_StackOverflowbuilding a suite of batch jobs that require regular access to a database, running on a Solaris 10 machine. Because of (unchangable) design constraints, we are required use a c
i am generating random password. but i want t开发者_JS百科o get phonetic string of the password. Any idea how can i get phonetic string?
I need to hash passwords for storage in a database. How can I do this in Java? I was hoping to take the plain text password, add a random salt, then store the salt and the hashed password in the data
I\'m building a password box that holds three text areas. Each text area has one character. After I type the first character of the password, I have to press tab or use the mouse to get to the second
I was wondering if there is a way to save my Subversion password when doing svn operations from the cons开发者_Go百科ole. The console is the only option that I have. When I try to do any Subversion ac