Home  

This applet stores valid passwords in a String array that's created every time the applet is instantiated (when it's called from the HTML code) and is destroyed (in the user's machine) when the page is exited.

In a real world application passwords would be validated, encrypted, and then stored to a file.

The instructions appear in the display box on the left.