Official Review
NULL
|
Other links at JavaScript > Scripts and Programs > Security |
| 1. |
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.
|
| 2. |
No-Right-Click 3
|
|
|
This code allows you 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.
|
| 3. |
Encryption Algorithm Simulation Script
|
|
|
The algorithm is designed to transfer an encryption key between two parts electronically in a hidden fashion. This free test script simulate such an exchange beween two parts. It is written for the best owerview and understanding possible.
|
| 4. |
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).
|
| 5. |
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.
|
|
|