Javascript Secure Login - Free Hosting Tricks #2

cybrax

Community Advocate
Community Support
Messages
764
Reaction score
27
Points
0
Using Javascript for security may seem like a bad idea and it generally is in practice.

However there is way to give real password protection using ajavascript.

Odd as it may be but not all web hosts provide server side scripting capabilities so sometimes you have to work miracles for clients.

Here's the demo and all the page source code and virtual backend needed that offers reasonable security with a Javascript front end. http://sk1.x10.mx/z-tuts/javapass/

It's a bit rough but it works and hopefully somebody else may find it useful as is or feel inspired to make some improvements.


BTW: alomost forgot.. you will need one of these

Username: user1
Password: 111000

Username: user2
Password: 111222
 
Last edited:
Top