I need to create a KeyStroke encryption, i studied about it and the theory is this:
- Check the keystate before keyloggers do it
- Cancel the action of the key
- get the active window
- Simulate a virtual key in this window
I can make the last three items, but the first one is where i need help...How can i solve this?