| This JavaScript produces an encrypted code in JavaScript with a password form, so no one is able to see the user names and passwords inside your HTML code. If the correct login and password are entered, then it redirects the user to a specified URL, otherwise it displays an alert message.
Security level
Produced code supposed to be used with cloacked URL, like, for example, www.mysite.com/guess74393.
The point is to put content into folder which not linked directly to usual page(s)
and redirect to it the only ones who entered right pass and name.
If cloacked URL were guessed or back-traced by wrong peoples its possible just change
folder name (in our example from www.mysite.com/guess74393 to www.mysite.com/dontknow86465)
and regenerate code with it - old users will be able to get page URL as usual and
other peoples will not be able to access content by using old URL.
Please note - this applet produces simple encoding and supposed to stop the only peoples who dont know JavaScript language.
It will stop majority of users, but anyone who knows HTML and JavaScript will be able to back-trace user and password lists.
Prompts and other settings
Defined prompts will appear before name and password boxes. Alert message should be the text only (no html tags) and same goes to redirectional URL.
Limited Compatibility
Note that this effect has limited compatibility! The effect
works on the following browsers:
Internet Explorer 5
Internet Explorer 5.5 (or later)
Opera 6 (or later)
Netscape 6 (or later)
Other settings
There are other settings that are discussed on the following
topics from the Anfy Flash documentation:
Working With Text Fields
JavaScript Effect
Compatibility
Version history
1.1:Fix for when users enter empty user names and
passwords
Aleksey Udovydchenko
|