dennisGuru
Programmer
I have build a login page for my website. Through a servlet i can get access to my site. The username and password are stored in a mysql database. I have tomcat 4 as a webserver
To gain access I use a <FORM> But when you login everything is sent to the server in plain text. Is there a way to decode this.
I have looked at formbased security, but is not good because it uses the tomcat-users.xml.
Using a certificate (SSL) is a little to much for this website.
Are there any other options I should look at.
To gain access I use a <FORM> But when you login everything is sent to the server in plain text. Is there a way to decode this.
I have looked at formbased security, but is not good because it uses the tomcat-users.xml.
Using a certificate (SSL) is a little to much for this website.
Are there any other options I should look at.