simple question regarding keyboard (but technical prespective)

computeridiot007

computeridiot007

@computeridiot007-xUubel • Oct 26, 2024

Generally when we press keys on the keyboard actually ascii code will be passed ,Isn't it?.so using keylogging softwares the hacker can steal the data.
But what about virtual keyboard means (onscreen keyboard) what is happening behind it .Is the principle is same for all onscreen keyboard softwares.I want the technical reasons and one more doubt why didn't they use unicode for that.

Replies

Welcome, guest

Join CrazyEngineers to reply, ask questions, and participate in conversations.

CrazyEngineers powered by Jatra Community Platform

  • PraveenKumar Purushothaman

    PraveenKumar Purushothaman

    @praveenkumar-66Ze92 Jun 15, 2011

    Onscreen Keyboard (the one from Microsoft, which comes up when you open Run and type OSK) is a Virtual Keyboard, which more or less acts as a real Keyboard, with the same kind of ASCII Input to the OS. 😀

    In case of Virtual Keyboards, which you see in most of the Bank Websites, is just pure JavaScript and they append the value to the input box or whatever. They cannot be tracked by hackers, as it is just a JavaScript. 😀

    Hope this clears... 😀

  • Sahithi Pallavi

    Sahithi Pallavi

    @sahithi-oJZaYj Jun 16, 2011

    Microsoft OSK, we use, is also of pure javascript?

  • PraveenKumar Purushothaman

    PraveenKumar Purushothaman

    @praveenkumar-66Ze92 Jun 16, 2011

    No SP, it is an application. It uses events... 😀

  • Sahithi Pallavi

    Sahithi Pallavi

    @sahithi-oJZaYj Jun 16, 2011

    Sorry for my ignorance 😔
    Do hackers can track this OSK?

  • PraveenKumar Purushothaman

    PraveenKumar Purushothaman

    @praveenkumar-66Ze92 Jun 16, 2011

    Yeah, guess it is possible... 😀