Basic No-Right-Click Script
Write a Review
Add to My Favorite
Refer it to Friend
Report Broken Link
Other links at JavaScript > Scripts and Programs > Security
How to test: To use this conversation tool, you must first have agreed upon a code phrase with your co-chatters.
Type the code phrase in the form below and the software will check if there's an ongoing chat corresponding to that code. If it is, it will let you log into the chat room, using the same phrase. If the code phrase does not exist, it will let you start a new chat room that will respond to that code. You must then wait until some of your co-chatters logs on.
The chat room will last for an hour after the last person posts to it, then it will be deleted. Or, if you use the log out function, the last person who logs out will delete the chat file.
The encryption used is 3DES, or Triple DES, and the encryption is performed by the users of the chat, using the code phrase as key.
NOTE: This host is not a chat host. This is an example for test only, so please download the scripts and implement it on your own server for regular use. Thank you
Category:
Features :
Disables print screen command for web page.
Protects page content from copying.
Category:
Simply the best html encryption and web site security application we have come across in years. Fully feature packaged and using the latest technology. HTMLBlock is our first choice over any other we have tried and tested, and excellent value for money. PC Magazine 2006.
Category:
Choose a password or pass-phrase, and type it into the "Password" box below.
Paste the section of html that you wish to encode into the "Page Body" box below. Remember, that you can encode the entire body of a page, or just a portion - it's your choice.
Click the "Encode Selection!" link, and the encoded JavaScript will appear in the "Encoded Page" box below.
Copy the entire piece of code from the "Encoded Page" box and paste it into the section or your real page.
Somewhere in your real page (either in the onload event, or just in-line somewhere in the body of the page) make a call to the decodePage() JavaScript function. No function parameters are necessary.
Category:
B oth parts chose their k and l randomly (whithin good ranges). Then one part is changing his k, the other part his l, according to the y which the other part says correspond against a for each information turn (loop) given random x. So x and y is open, x randomly generated by the sending part and y calculated from the same part. The recieving part accomodes his not fixed value k or l according to x, y and his fixed k or l. Then the recieving part come up with a new x, calculate the y with his parameters and sends his information. The parameters k and l are continiously upgraded until they converge. Each communicating part have half of the parameter information exact and will hopefully be some decimals before a listening part when developing his hidden parameter.
Category: