Project 8: Password Applet

Before you begin, create a folder in your Projects Folder called Firstname.LastName.project8. Do a File...Save as this html document into your Project8 folder. Comment out each line or section of java code on anything you do using the /* (insert comments here) and */ symbols.

Intro: Depending on how you do this one, you will probably need to import the java.net package to do this one in addition to java.applet and java.awt.

UserNamePassword
joneswsmorgasboard
doejdingle
smithppirate
rholljdufous
petersongyaayaa

1. Whereas you can write a password authentication script with Javascript, it is not very secure because an experienced webuser can View...Source to break your code. Java password authentication is secure for 2 reasons: