Scripts n'Stuffs
Directory

An Encryptor
Link ID 11634
Title An Encryptor
Url http://www.js-examples.com/example/?id=102
Description 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
Category JavaScript > Scripts and Programs > Security
Date Jun 30, 2006
Contact Name
Email
Write a Review   Add to My Favorite   Refer it to Friend   Report Broken Link  

Average Visitor Rating: 0.00 (out of 5)
Number of ratings: 0 Votes
Visitor Rating

Official Review
NULL
 Other links at JavaScript > Scripts and Programs > Security
1. No Select Text script
  Disable viewers' ability to select text on your page by installing this script. With it, dragging the mouse over text has no effect.
Category:   JavaScript > Scripts and Programs > Security


2. 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.
Category:   JavaScript > Scripts and Programs > Security


3. 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
Category:   JavaScript > Scripts and Programs > Security


4. Source Code Security
  A simple solution to completely remove your html source code from prying eyes using javascript and frames.
Category:   JavaScript > Scripts and Programs > Security


5. EasyFreeCrypt
  Encrytion of Strings with Javascript like ARCFOUR. but no trademark. Security requires that the key is used only once.
Category:   JavaScript > Scripts and Programs > Security




Home      New Listings      Hot Listings      Top Rated      Editor Pick      Add a Listing      Update a Listing      Get Rated
Copyright © 2006 SCRIPTSANDSTUFFS.COM. All Rights Reserved. Powered by INDEXU 5.2.0
Valid XHTML 1.0 Transitional   Valid CSS