SecretPass



Hint: Try password: realapplets

Password protection without static HTML or a text file! The applet redirects to a file of the same name as the password. The password itself is not stored anywhere - leaving hackers with nothing to find! Three wrong tries sends you to a "wrong password" page.

Author's Notes:
Updated version allows for custom buttons and skins.

How To Use:

  • Download SecretPassRA.zip (23# KB)
  • Unzip with a compression utility.

    Java Source: Unavailable

    Sample HTML Source:

    <APPLET NAME="SecretPass" CODE="SecretPassRA.class"
    	CODEBASE="."
    	WIDTH=150
    	HEIGHT=100>
    <PARAM NAME=BackgroundColor VALUE="000000">
    <PARAM NAME=ForegroundColor VALUE="ff0000">
    <PARAM NAME=LinkColor1 VALUE="ff0000">
    <PARAM NAME=LinkColor2 VALUE="ff0000">
    
    <PARAM NAME=UseImage VALUE="yes">
    <PARAM NAME=ImageSource VALUE="black-green.jpg">
    <PARAM NAME=WindowsButton VALUE="no">
    
    <PARAM NAME=WrongPassURL VALUE="wrongpass.html">
    <PARAM NAME=Extension VALUE="html">
    <PARAM NAME=TargetFrame VALUE="_blank">
    
    <PARAM NAME=FontStyle VALUE="Arial">
    
    <PARAM NAME=Tag1 VALUE="Enter your pass">
    <PARAM NAME=Tag2 VALUE="Submit">
    <PARAM NAME=Tag3 VALUE="Correct pass!">
    <PARAM NAME=Tag4 VALUE="Wrong pass!">
    <PARAM NAME=Tag5 VALUE="Only 3 attempts!">
    </APPLET>
    

    Status: Free. $20 registration fee removes any banners or unregistered messages.

    Author: Luna-Tic

    Homepage: http://www.realapplets.com

    Upload Date: September 19, 2000

    Updated: April 11, 2001

    How to Add Java Applets to Your Site

    New on the Java Boutique:

    New Review:

    Time Management Made Easy with the Quartz Enterprise Job Scheduler
    Why not just use the Java timer API? This open source scheduling API boasts simplicity, ease-of-integration, a well-rounded feature set, and it's free!

    New Applet:

    Reverse Complement
    Reverse Complement is a simple applet that converts DNA or RNA sequences into three useful formats.

    Elsewhere on internet.com:

    WebDeveloper Java
    Lots of Java information on webdeveloper.com

    WDVL Java
    Thorough Java resource at the Web Developer's Virtual Library.

    ScriptSearch Java
    Hundreds of free Java code files to download.

    jGuru: Your View of the Java Universe
    Customizable portal with online training, FAQs, regular news updates, and tutorials.