Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Input hiding (different from password hiding)  (Read 29336 times)

0 Members and 1 Guest are viewing this topic.

Helpmeh

    Topic Starter


    Guru

  • Roar.
  • Thanked: 123
    • Yes
    • Yes
  • Computer: Specs
  • Experience: Familiar
  • OS: Windows 8
Re: Input hiding (different from password hiding)
« Reply #60 on: April 23, 2009, 03:09:28 PM »
helpmeh, i seen too possible ways of masking the input

First, Using a 3rd party program to add colors to the NT prompt,  for example making the input line black on black,

Second, Using Getkey.com getkey.com accepts input in the form of one charachter at a time, the input as stored as the number of the letter on the keyboard and set into %ERRORLEVEL%

So basically it would be enterting the password 1 letter at a time, but instead of password the input and matching input from file would be something like 1273049048208202 , just a string of numbers.

THANKS SO MUCH!

Already solved...
Where's MagicSpeed?
Quote from: 'matt'
He's playing a game called IRL. Great graphics, *censored* gameplay.

macdad-



    Expert

    Thanked: 40
    Re: Input hiding (different from password hiding)
    « Reply #61 on: April 25, 2009, 02:39:37 PM »
    ghostdog will only suggest you:
    - installs gawk, see my sig
    - if you are able to download stuffs, you can use sed (check my sig for link).
    - if you want to do programming/batching on windows, get a real programming language.
    - Switch to *nix then.
    -there are abundance of tools out there you can use. the unix Find command , which is ported to windows makes this kind of task seem trivial.
    - and many more

    Found the old, Ghostdog, and yea he was good at VBScript:
    http://www.computerhope.com/forum/index.php/topic,36934.0.html
    If you dont know DOS, you dont know Windows...

    Thats why Bill Gates created the Windows NT Family.

    gh0std0g74



      Apprentice

      Thanked: 37
      Re: Input hiding (different from password hiding)
      « Reply #62 on: April 25, 2009, 06:31:11 PM »
      Found the old, Ghostdog, and yea he was good at VBScript:
      the old ghostdog74 = gh0std0g74. and no, i am not really good at vbscript. i just know some to get by . :)