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.
This form needs to be viewed using a Java enabled browser such as NetScape 2.0!