Sample WebServer Authentication testing
This page contains an ancient Java applet written by Steve Uhler
in the days of Netscape 2.0 - it no longer really works.
If you have an interesting applet you'd like to share with us,
let me know.
"This page demonstrates a new authentication scheme.
The Java applet is used to checksum the form data
along with a secret that is shared with the server.
MD5 is used to compute a strong hash, and the server
sends a one-time cookie in the form data to prevent replay attacks."
This scheme is designed by Steve Uhler.