For the dummies who dont really know what Cntl + C does in your Windows computer, it copies the highlighted text/file.
This warning is not in anyway related to copying files. It only handles text
Ctrl+C, we use it every day . But its not a very safe thing to do. Why?
If you copy your text to your clipboard while surfing the internet, it can be accessible online combining JavaScript and ASP(or PHP or CGI).
If you dont believe me,
- Just try this:
- 1) Copy any text by Ctrl + C2) Click the Link: http://www.sourcecodesworld.com/special/clipboard.asp3) You will see the text you copied was accessed by this web page.
So Do not keep sensitive data (like passwords, credit card 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.