ScriptDance.com / JavaScript / Security

If it's money and fun you want to generate then all you have to do is to enter 777.com, the leading casino and gambling guide. This is your chance to play roulette, blackjack, slots and all your favorite casino games.



published scripts(46) / JavaScript / Security

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....more detail

discuss tags: Security | Add this link to... | tell friends

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....more detail

discuss tags: Security | Add this link to... | tell friends

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....more detail

discuss tags: Security | Add this link to... | tell friends

rand password


This JavaScript generates a random password of how many and what ever characters you want....more detail

discuss tags: Security | Add this link to... | tell friends

Ace No-Right-Click


Use this code 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....more detail

discuss tags: Security | Add this link to... | tell friends

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....more detail

discuss tags: Security | Add this link to... | tell friends

Encrypted Password Script


This is a short encrypted password Javascript that allows you to password protect your webpage....more detail

discuss tags: Security | Add this link to... | tell friends

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....more detail

discuss tags: Security | Add this link to... | tell friends