Security
Results 1 - 20 of 54
EasySecured
“EasySecuredâ„¢ proposes access to an online account without entering a password and yet maintaining the security of the online account.”
Though a password is generated, it is not stored on the user’s computer or any other device and neither is...
(show more)
JavaScript Password Strength Meter
- The script is meant to help users determine how strong their password is.
- Basic logic used here to determine password strength is based on 'Permutations' theory. Permutation is the rearrangement of objects or symbols into distinguishable...
(show more)
Keypad Widget
Keypad extension allows attaching a popup keypad to text, password and textarea fields for mouse-driven data input.
The keypad widget assists the user in entering special characters or characters in other languages that don’t appear in standard...
(show more)
AnoChat v. 1.1
The idea is to 3DES encrypt all content of the chat with javascript, and then send it to the server, where it is stored in encrypted form. When another chat client refreshes the chat file, it will decrypt the lines in the chat with a shared code...
(show more)
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.
Disable Print Screen
This script can be used to disable copying of your website contents through "print screen". When right mouse click is disable, some bad guys try to grab snapshots of site with print screen button. But this script clears the clipboard memory continuously...
(show more)
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.
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...
(show more)
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 in the browser.
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.
HTML Encryption with Ultra Secure Plugin Protection
With HTML Block HTML Encryption you can encrypt as many webpage(s) as you like using a new plugin which adds secure Javascript to your site so that no-one can edit, save copy or do anything with with the content on your website. It protects your layout,...
(show more)
No Right Click Generator - Simple-Code.Net
This is a simple JavaScript that allows you to protect your HTML source code and images of your web sites by preventing visitors from right-clicking on your sites. An specified alert box will prompt out when visitors right click their mouse.
Stop the Spam-bots
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...
(show more)
Disable Page Print
This script can be used to disable printing of your website pages. This is useful to protect the contents of your site.
rand password
This JavaScript generates a random password of how many and what ever characters you want.
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.
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.
JsDecoder
JsDecoder is a tool to easily decode obfuscated Javascript code (formats text with removed: spaces, tabs, new lines). It can also serve as a Javascript code beautifier and colorizer.
Right Click Disable
Use this script to disable right click on your page with a warning message. Helpful to protect site contents.
Disable Text Select
This script can disable selecting text or image from web pages. It is helpful when you want to prevent copying of your site contents.
