Easy Password Script
|
|
This simple script will send a user to a page only if they supply the correct password, helping to keep the page hidden from others. |
Gatekeeper
|
|
This user friendly script allows you to password protect your Web site/pages. The password is the filename without the .html ending. This password for this example is gatekeeper-in. |
Javascript Password System
|
|
The Javascript Password System (JPS) allows you to restrict access to your web pages by supplying "authorised" users with a password which they can use to view the protected pages. It works by using hidden directories on the web server and Javascript. So you need no web server (CGI) access at all to use it. The program can change the hidden directory on a regular basis without the need to supply your users with a new password. |
Key Keeper
|
|
Have you ever wanted to password protect a web page but did not know how? Well your problems are solved with Key Keeper. This is one of the first password protection JavaScripts that will allow multiple users (multiple passwords). |
Login and password script
|
|
This is a simple password script that requires both a login and password to gain entry to the protected page, with an incorrect set taking the user to a "failure" page instead. |
More about Password Protect Page
|
|
If visitors enter the correct password, they will forward to "protected.html"; if they enter an incorrect password, they'll hit the page called "oops.html |
Multiple Users
|
|
This JavaScript lets you set up a separate username and password for as many members as you want, and even give each a different page to go to after logging in. |
Password
|
|
This is a simple JavaScript that allows you to password protect your Web pages. Written in French. |
Password Pro
|
|
Password Pro is a password protection program written in JavaScript that uses an encryption mechanism, to hide the password from the source code. You can use Password Pro to protect folders or files. The pages name must be the same with your password, and the script is case sensitive and can only recognize numbers and letters. |
Random password generator
|
|
Having a difficult time thinking up a password? Need to automatically generate a password as part of a larger application? This script can help. It randomly creates a password of any specified length using alphabetic and numeric input. |
Scott Brady's Password Protection
|
|
This JavaScript lets you add a password to your page. You should note that this is not totally secure. You should not keep information such as credit |
Simple Login Script
|
|
This script enables you to create a member's only area on your web site. It uses cookies to ensure a correct login is supplied before granting access, to the area. Also includes the option to have a logout button on your member's area pages. Also member's can be directed to their own pages after login. Version 1.9 includes support for frames. |
Simple Password Protection
|
|
Set up this quick and easy password protection script in minutes. Choose your desired login Username and Password, and require that your visitor's enter the information before accessing any HTML page. It is not recommended that this script be used to protect anything extremely private. |
Three Tries
|
|
If you want to 'protect' a site and don't have CGI access, you can try this JavaScript. Visitors get three tries to enter the correct password then they are refused entry. The password of this example is: password. |