Main Directory
ASP 3091
ASP.NET 863
C and C++ 343
CFML 280
CGI and Perl 3073
Flash 803
Java 1614
JavaScript 2272
PHP 11222
Python 112
Remotely Hosted 1437
Tools and Utilities 2883
Web Hosting 27
XML 233




Scripts > JavaScript > Tutorials > User Authentication  

Popular Tags


Web Links
Sort By :
1. JavaScript page protection with multiple accounts
This is a tutorial where you will find out how to make a Javascript password protection more secure by tricking hackers. You will also learn how to make a script which allows you to have multiple login accounts, with different usernames and passwords.
Category:   JavaScript > Tutorials > User Authentication

Hits: 3    Rating: 0.00    Votes: 0
Member Reviews Visitor Ratings Google PR

2. Safer password protection
If the visitor is able to find the "View Source" menu item in his browser he is extremely dangerous hacker who can penetrate through all your JavaScript password protection systems cause you store the password in your source HTML code... But the technique described here is a real and simple JavaScript solution to protect a page from being viewed. Visitors will get nothing from your source text.
Category:   JavaScript > Tutorials > User Authentication

Hits: 2    Rating: 0.00    Votes: 0
Member Reviews Visitor Ratings Google PR

3. JavaScript Password with External *.js Script
It uses the a prompt for the user to input a password or request. The page is dynamically built based on the the user response. It uses an external *.js file (If referenced directly, it will download) that contains arrays to build the page. You should not rely on this for secure pages, but give a good example for low in content management. Its a bit clunky, but shows how to use to create dynamic page changes. I have used an external *.js file for site navigation.
Category:   JavaScript > Tutorials > User Authentication

Hits: 3    Rating: 0.00    Votes: 0
Member Reviews Visitor Ratings Google PR

4. JavaScript Password Protection
This tutorial explains how to create a simple, useful password authentication system using JavaScript. Useful if your site requires a quick password protection solution, but not a top-level security feature.
Category:   JavaScript > Tutorials > User Authentication

Hits: 2    Rating: 0.00    Votes: 0
Member Reviews Visitor Ratings Google PR

5. JavaScript Password with External *.js Script
It uses the a prompt for the user to input a password or request. The page is dynamically built based on the the user response. It uses an external *.js file (If referenced directly, it will download) that contains arrays to build the page. You should not rely on this for secure pages, but give a good example for low in content management. Its a bit clunky, but shows how to use to create dynamic page changes. I have used an external *.js file for site navigation.
Category:   JavaScript > Tutorials > User Authentication

Hits: 2    Rating: 0.00    Votes: 0
Member Reviews Visitor Ratings Google PR

Category Jump :