This is a tutorial that tells the users how to use password contents that is redirected to their websites. This tutorial provide info to the users that they can secure their webpage contents by providing
password. This tutorial is useful for the users to handle password contents, uses cookies and provide more security for their restricted documents or files....
Javascript to prevent spam is an effective tool that can prevent spam harvesters from collecting email addresses. This program has ability to protect email address from email harversters. All you have to do is just enter your name, email and click generate button. Users can implement this software into their active website. This is an useful utility for webmasters.... Tags: software, email, utility, tool, program, protect, spam, address, generate, into, click, prevent, active, for, useful,
Uses 448-bit Blowfish encryption to create password protected web pages. The encrypted pages use JavaScript to self-decrypt in a standard web browser, but only after the correct password has been entered. The script has been tested in all the most popular browsers, including: IE6, FireFox and Netscape....
An example of a simple JavaScript encoding of an html page. When the page loads you are prompted for a password. Enter the correct password and the page displays properly - enter the wrong password and you see only an "Invalid password" message. Viewing the source of the page shows only the encoded content. The encoding is fairly basic but should stop all but the most determined script thieves, spam-bots, or spiders. Tested in Mozilla on Linux, IE on Windows, and Safari on Mac....
This shows how to have a file create encrypted code. The output of this code can only be used by javascript enabled browsers. It is not a very secure method, but will keep most from finding your...
One way spammers get your email address is with programs written to extract addresses from web pages. These robots, as they are called, look for mailto: links in the body of web pages. A good way to protect your email address from spammer lists created in this way is keep your email address off web pages. But what if you want people to have your links to your email address? This script, SafeMail, solves the problem. SafeMail lets you put your address on the page using javascript`s document.write method. With this, your user`s browser displays your email link exactly as if you had coded it with HTML, except you can achieve this effect without at any point putting the string of your email address in the code. This means spambots find nothing, and you stay clear of spam.... Tags:
This is a little JavaScript crypto library that contains implementations of ARCFOUR stream cipher, SHA-1 hash algorithm, CRC-32 check sum counter and other useful tools for securely password protecting web documents....
Easy, short, cut-and-paste header script that intercepts the mouse right-click event and shows an alert box instead, thus disabling it. Intended to provide simple limited protection for page images, etc....
This script prevents people from right-clicking on your page to steal your HTML source codes or images. There are a few weaknesses to this, but it is a good barrier against anyone trying to steal your code....
This encryption script make a series of consecutive encryption steps to ensure security. 11 key values are derived from a key sentence and used to hide all possible origin patterns. The encrypted result is a number raw string, which can be decoded for each one who knows the key sentence....
This FREE online tool generates some Javascript code that you can cut and paste into your HTML so that all those annoying spam-bots won`t be able to harvest your e-mail address from your webpage. It writes your e-mail address to the browser but doesn`t include your address in the actual HTML code. ** PHP and Python versions available. **...
This code allows you to disable the ability of visitors to your site from being able to use the "Right-Click" function to save images from your web site....
A code snippet that prompts user for password. If they enter the correct password it displays welcome in an alert box. Otherwise, it displays sorry wrong password in an alert box and sends them back to the previous page....
This very simple yet original script prevents all softwares from grabbing email addresses from your site. It can be used with any automated script (e.g. forum, directory, etc.) to protect your visitors. It can also help you trace the culprits for further complaints....