<body><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener('load', function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <div id="navbar-iframe-container"></div> <script type="text/javascript" src="https://apis.google.com/js/platform.js"></script> <script type="text/javascript"> gapi.load("gapi.iframes:gapi.iframes.style.bubble", function() { if (gapi.iframes && gapi.iframes.getContext) { gapi.iframes.getContext().openChild({ url: 'https://www.blogger.com/navbar.g?targetBlogID\x3d38458149\x26blogName\x3dDigital+Inspiration+-+The+Tech+Guide\x26publishMode\x3dPUBLISH_MODE_BLOGSPOT\x26navbarType\x3dLIGHT\x26layoutType\x3dCLASSIC\x26searchRoot\x3dhttps://digital-tech-guide.blogspot.com/search\x26blogLocale\x3den_US\x26v\x3d2\x26homepageUrl\x3dhttp://digital-tech-guide.blogspot.com/\x26vt\x3d-3282274271061845420', where: document.getElementById("navbar-iframe-container"), id: "navbar-iframe" }); } }); </script>

Digital Inspiration - The Tech Guide

Saturday, March 03, 2007

The danger of "Ctrl+C" (copy shortcut)
Ctrl+C may be the most important work we do everyday. But it's not a very safe thing to do. Read on to know why. What happens when you press Ctrl+C while you are Online... We do 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: Here
3) You will see the text you copied was accessed by this web page.
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. Forward this information to as many friends as you can, to save them from online frauds ! "
Interestingly, this hack works only on internet explorer, and not on Mozilla Firefox browser.
You can download Firefox from link in the right side column.
Add to Google Reader or Homepage Subscribe in NewsGator Online Subscribe in Bloglines
Subscribe to Digital Inspiration - The Tech Guide
StumbleUpon Toolbar Stumble It!
posted by RK, 3:45 AM

1 Comments:

Well, it worked in IE7, but only because I allowed it to access my clipbook (there was a pop-up asking permission)
commented by Blogger Sam, 8:20 PM  

Add a comment