23 August, 2005

Beware of Ctrl+C !

We copy various data by ctrl+c for pasting elsewhere. This copied data is stored in clipboard and is accessible from the net by a combination of Javascripts and ASP.

Just try this:
1) Copy any text by ctrl+c
2) Click the Link:
http://www.sourcecodesworld.com/special/clipboard.asp
3) You will see the text you copied on the Screen which was accessed by this web page.

Do not keep sensitive data (like passwords, creditcard numbers, PIN etc.) in the clipboard while surfing the web. It is very easy to extract the text stored in the clipboard to steal your sensitive information.

To avoid this, do the following...

1. Go to internet options->security



2. Press custom level



3. In the security settings, select disable under Allow paste operations via script.
Now the contents of your clipboard are safe.



Other option is to use Mozilla Firefox and get rid of the above and many other security problems.

No comments: