Official Review
NULL
|
Other links at JavaScript > Scripts and Programs > User Authentication |
| 1. |
Website Abstraction Encrypted Password Generator
|
|
|
This program dynamically encrypts the password to a page (differently each time) before saving it, making it a lot harder for foul-minded users to break in. In addition, the program does not simply take the surfer to the file he/she enters as the password. Instead, it navigates to a page only if the surfer correctly enters the password. Invalid passwords will result in an "invalid password" alert.
|
| 2. |
Simple Password Gate
|
|
|
Simple Password Gate is a logon script allowing your visitors to logon using a password. The password is the name of the page, for example the page photos.html would have the password photos. This script is not 100% secure.
|
| 3. |
Cookie Protection
|
|
|
You can use a basic cookie script to keep visitors (that don't have the cookie on their system) from viewing certain parts of your site (kind of.... There are always ways around it). The cookie is placed when the password provided is correct. Then, when they are forwarded to the password protected page, the cookie allows them to stay. Those without the cookie are sent back.
|
| 4. |
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.
|
| 5. |
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.
|
|
|