iAmThePope
Senior Member
- Joined
- Feb 19, 2012
- Messages
- 515
Hey Guys, I need some perspective on an app. Is it possible to build a key logger for it? That can capture individual keystrokes on the keyboard to get things such as passwords, PIN numbers etc. Without getting into too much details the reason for my question is the Dev firm I work for wants to know if it is possible as they are developing a device for banking purposes which will use and send credit card numbers, PIN numbers etc.. Of course the service should run in the background all the time and not be easily visible to the user
I have done some research and what I can think of is if you write a service class which binds the soft keyboard to it, then uses the onKey() method to capture the keystrokes, then somehow gets the app it is in and stores it to some sort of text document. Any ideas?
I have done some research and what I can think of is if you write a service class which binds the soft keyboard to it, then uses the onKey() method to capture the keystrokes, then somehow gets the app it is in and stores it to some sort of text document. Any ideas?
Last edited: