pling_man
March 19th, 2010, 07:01 PM
Currently if I want to use the print screen key from a protected website I need to click "Yes" to proceed.
But, as SafeOnline monitors key presses as part of its key logging and secure data protection, why not simply detect the print screen key press, call the windows routine to copy the screen to the clipboard, and then throw the actual key press event away. ::)
No need for messages. Make the user's life simpler ;D
I don't believe this would be insecure as a physical press of the key would be needed. Other attemps to clear the clipboard would just silently be blocked as now.
It's just an idea.
But, as SafeOnline monitors key presses as part of its key logging and secure data protection, why not simply detect the print screen key press, call the windows routine to copy the screen to the clipboard, and then throw the actual key press event away. ::)
No need for messages. Make the user's life simpler ;D
I don't believe this would be insecure as a physical press of the key would be needed. Other attemps to clear the clipboard would just silently be blocked as now.
It's just an idea.