Active Javascript Email and Link Encoder Many programs use your email addy for tracking referrals, the major problem with this is that your email is always on display to spammers. This application will 'encode' any link and is great to help 'hide' your referral codes and stop people from deleting your tracking ids. The code works by simply making it a hyperlink or pasting directly into the title bar. |
An Encryptor 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 "stuff". |
Anti Right, Middle, and Menu click Using a mixture of DHTML, and JavaScript 1.2, this Script disables the right click, middle click, and menu key for being used on the applied page (Only works in IE 5.0 or higher and Netscape 4.0 or higher). |
Basic No-Right-Click Mouse Script 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. |
Block the right-click This short JavaScript will allow you to disable the right-clicking on the mouse, useful for preventing users from copying the content on your page, etc. |
Crypto Maniac CryptoManiac uses str2hex(string) as well as Rot 13, two very simple yet effective ways to scramble text. It can also grab remote source to be loaded in your text editor. This isnt a highly secure method of hiding your source code or script for the reason that; the browser needs to parse the data in order to understand it. Therefore if the browser can read it, regardless of the format, it would be insecure. But what Crypto Maniac can do is make it an annoyance to peek at your code |
Disable right click on images script Use this script to disable right clicking on your page's images, so to prevent visitors from easily saving/copying them. |
Disabling the Right Mouse (Right-Click) Button This script allows you to effectively protect your code from prying eyes by disabling the availability of the right-click context menu's View Source option. This script only work with MSIE. |
Email AntiLeech 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. |
Encrypted Password Script This is a short encrypted password Javascript that allows you to password protect your webpage. |
ExD'0r ExD'or is a useful JavaScript application for encrypting and decrypting .txt files. It uses a 4-bit paradigm to convert any text string into a scrambled ASCII string. Using it you can easily protect your documents from being viewed from other people, because once encrypted a decryption key of your own will be required for the reverse process. |
Frame, Cache, Translator, & Proxy Buster JavaScript Disables and prevents the Google cache, language translators, frames, and most anonymous web proxies from displaying your content on their websites. In JavaScript enabled browsers, the visitor will be redirected to the proper page on your site. If JavaScript is disabled (either by the visitor's browser or the anonymous web proxy), the visitor will get a blank screen. Very easy to configure. |
Hashing Strings Use hash() method of QControl class to convert a string to integer hash value. My original algorithm takes a moment to convert and guarantee secure and collision-free convolution even of short strings. |
Hide Your Source Code This tutorial/code will show you all you need to know, and provide you with the scripts, to hide your source code. |
JavaScript No right click script PLUS This script will block BOTH I.E. and Netscape visitors from right clicking on your webpage and will pop up an alert box with a message that you choose. This script also has the option to close the window after the message. This script was tested in I.E. 6.0, Netscape 7.0 |
JScriptEncrypt This JavaScript library provides encryption for Web pages using simple, text-oriented method called column transposition. The idea is to write the plain text in block on the row-first bases. The text is then read column-first. The trick is in that the columns are not read from left to right, but in the order specified by the encryption key. Simple transliteration is applied before encryption, allso. If one is not concerned with goverement spying on them, this method may provide enough secrecy. Ideas on how to use it: encrypt address book of the high school friends or save client-side cookies encrypted with users password. |
JSPW Password protect html/javascript pages. The page is encrypted and the decryption code itself is hidden so virtually nothing can be seen in the clear in Netscape or Internet Explorer. It is very simple to use (no cutting/pasting or separate generation steps required) and no JavaScript knowledge required. The password is NOT in the source code (in the clear OR hidden). Web pages are protected from web linking or user bookmarking unlike most other javascript solutions. Even if a search engine somehow finds your page it will not be able to process it, if a user followed such a search engine link the user is prompted for a password. Can have same/different passwords for each protected web page or group multiple pages under a single password. You can specify sections of Javascript code that should not be touched. As newer and better releases of this product are released they can be used with little or no effort on your part (remember no cutting/pasting or any editing is required). |
No Right-Click This script will disable the ability to access the right- click menu on your website. Instead of seeing the standard right click menu the visitor will see an alert window with the message of your choice. Perfect for preventing users from opening your web page in a new window, saving your files, or other possibly threatening activity. |
NoPass Web Site Security System NoPass is a password security system that can be used to protect web pages and files. As it is impossible to obtain the password from the source code, NoPass is very secure for a JavaScript of its kind. Possibly the most secure JavaScript password protection available. Easy to install and use. A downloadable version is now available for easier installation. |
NoPeek NoPeek is a "no-right-click" script (without the prompt/alert) for webmasters wanting a polished, professional look. |
No-Right-Click 3 T |
Password protection by razalgar 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. |
Protect your Page A code snippet to disable copying text, images and hidden context menu of your page. |
rand password This JavaScript generates a random password of how many and what ever characters you want. |
SafeMail 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 clea r of spam. |
Secure-mail Uses MD5 for passwords and Triple DES for actuall encrypting. Encrypting and decrypting is happening on user machine, only cipher is sent over Internet. Requirements: Both sender and recipient must know password. Recipient must use IE to decode message. |
Simple Script Security 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. |
Source Code Encryption Wizard - Automated Scramble the source of any chunk of code, or the entire webpage, using this creative script. The encrypted code will still be interpreted properly by the browser, just difficult for us humans to read. |
Source Protector 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. |
Stop the Spam-bots This 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. ** New version now allows you to encode any HTML string. ** |
XTORT CryptoManiac V5 CryptoManiac uses str2hex(string) as well as Rot 13, two very simple yet effective ways to scramble text. It can also grab remote source to be loaded in your text editor. This isnt a highly secure method of hiding your source code or script for the reason that; the browser needs to parse the data in order to understand it. Therefore if the browser can read it, regardless of the format, it would be insecure. But what Crypto Maniac can do is make it an annoyance to peek at your code. It also grabs source code from the web. |