RE: Secure MessageDigest Login using JSP

2001-02-25 Thread Brett Knights
of rolling you own. HTH -Original Message-From: Brett Bergquist [mailto:[EMAIL PROTECTED]]Sent: Saturday, February 24, 2001 7:13 PMTo: [EMAIL PROTECTED]Subject: RE: Secure MessageDigest Login using JSP Ryan, I did something like this in my current project. The currently supported

RE: Secure MessageDigest Login using JSP

2001-02-24 Thread Brett Bergquist
[mailto:[EMAIL PROTECTED]]Sent: Friday, February 23, 2001 7:57 PMTo: [EMAIL PROTECTED]Subject: Secure MessageDigest Login using JSP Hello, I want to be able to use the MessageDigest class to make a secure login to a jsp page. Ultimately, I want the user to interact

Secure MessageDigest Login using JSP

2001-02-23 Thread Ryan
Hello, I want to be able to use the MessageDigest class to make a secure login to a jsp page. Ultimately, I want the user to interact with a form and submit data entries into a mySQL database. This type of thing is very new to me and I was wondering if anyone could lead me to any good