Saturday, September 1, 2007

-:: Be Careful with this.. ctr+c & ctr+v ::-

Hi all,

We all copy various data by using ctrl+c /Copy for pasting elsewhere.
This copied data is stored on clipboard and is accessible over 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.friendlycanadian.com/applications/clipboard.htm
3) You will see the text you copied on the Screen which wasaccessed by this web page.

Moral:-
Do not keep sensitive data (like passwords, creditcard numbers, PIN etc.) in the clipboard while surfing the web. It is extremely easy to extract the text stored in the clipboard to steal your sensitive information. If sufficient data is stored by mistake it would give away confidential and important information without you knowing about it.

To avoid this, follow these steps:
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.

Pass this information on to create an awareness of the same.

Enjoy Browsing.

Source:- Can be found on lot of blogs and forums.