Sample WebServer Authentication testing
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.