Wednesday, October 31, 2012

Danger of CTRL+C on web

Danger of CTRL+C

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) Do not keep sensitive data (like passwords, reditcard 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.


To avoid Clipboard Hack Problem, do the following:
1) In Internet Explorer, Go to Tools -> Internet options -> Security
2) Press Custom level.
3) In the security settings, select disable under Allow paste operations via script and click on OK. (Now the contents of your clipboard are safe.)

Make your RAM work better


Clean ur RAM & Make Your Comp Speed Better

Clean Ur RAM
U may recognize that ur system gets slower and slower when playing and working a lot with ur pc. That's cause ur RAM is full of remaining progress pieces u do not need any more.
So create a new text file on ur desktop and call it .. "RAMcleaner" or something...

Type
FreeMem=Space(256000000)
in this file and save it as RAMcleaner.vbs [ You may choose the "All Files" option when u save it ]


Run the file and ur RAM may be cleaned :>
Of course u can edit the code in the file for a greater "cleaning-progress".

FreeMem=Space(5120000000)

just try it out..