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
posted
0
Senthil, Please let me know what you did to achieve password protection
gautham kasinath
Ranch Hand
Joined: Dec 01, 2000
Posts: 583
posted
0
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