aspose file tools
The moose likes JSP and the fly likes how can we create password protection in jsp?? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » JSP
Reply Bookmark "how can we create password protection in jsp??" Watch "how can we create password protection in jsp??" New topic
Author

how can we create password protection in jsp??

senthil sen
Ranch Hand

Joined: Oct 10, 2002
Posts: 182
i need a code for password protection in jsp??
hows to protect the password in jsp and send it to the database and how to retrieve it??
hows many ways can it be done??
Seshan Parameswaran
Greenhorn

Joined: Nov 13, 2000
Posts: 10
Senthil,
Please let me know what you did to achieve password protection
gautham kasinath
Ranch Hand

Joined: Dec 01, 2000
Posts: 583
Well, depends on how much security you need.
You can write the passwords to a user-passowrd table on the server, or write the hashes of the passwords on the DB or to a file.
If you are looking at the hashes, MD5 will help you much.
Need more.. just post!!
Regds
Lupo


"In the country of the blind, the one eyed man is the King"
Gautham Kasinath CV at : http://www.geocities.com/gkasinath
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: how can we create password protection in jsp??
 
Similar Threads
iText in Action: password protection
Password protection to Midlet in .Jad file
Needed a small logic regarding logging into an application with out database.
hows can i retrieve the values from a multiple select list in a jsp??
how to create an intranet(private) site in jsp?