Security related scripts & softwares
This is a short encrypted password Javascript that allows you to password protect your webpage.
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.
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.
This JavaScript generates a random password of how many and what ever characters you want.
Use this script to disable right clicking on your page's images, so to prevent visitors from easily saving/copying them.
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.
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.
|