I need to write an application that locks a pc running windows 7. The locking is done via mouse click on a lock icon, or due to inactivity.
What's special in my case is that the unlocking is done via one of several RFID tags.
I got the RFID reader, which simulates key presses when a tag is presented.
Solution?
I thought about implementing a screensaver that checks the RFID against a table of legitimate users, but I'm not sure if this is a good approach since it should not be circumvented by pressing CTRL-ALT-DELETE, ALT-Tab,....
I'm not looking for high level security here, just a way to prevent easy access to the PC.
How would you approach that problem? Do you think the screensaver idea is the way to go?
Update
From this answer I know that it is not possible to unlock a secured desktop (with secured I mean locked with Windows+L) with a RFID tag. But perhaps I could prevent access without using the windows desktop security lock...?