Jump to content

To protect password


Recommended Posts

How can we write a script protect the pwd of the wow(world of the warcraft) is a very practicality problem, how can we input the pwd without intercept by other spy-programs...

are you talking about in an autoit inputbox?
Link to comment
Share on other sites

How can we write a script protect the pwd of the wow(world of the warcraft) is a very practicality problem, how can we input the pwd without intercept by other spy-programs...

If you're talking about making the password appear as "*********" in the inputbox, check the extended styles list.

If you mean what I think you mean, then use a firewall.

Nomad :D

Edited by Nomad
Link to comment
Share on other sites

well, i mean ... i mean ... some programs can get the password when you input it from keyboard, and then send it to somebody who want to steal you accounts ... if we use "send()" , the spy-program can also save your ID and Password, then send it to others... how can we deal with this problem

Edited by SinoAlpha

Sino-Alpha

Link to comment
Share on other sites

... how can we deal with this problem

Answer: The only way to deal with this: don't let spyware infect your PC!

OR, write a very sophisticated software, that detects spyware and removes

the hooks before it starts your WoW script.

Reason: Spyware installs a system hook, so they will see whatever they need to

see, e.g. pressed keys, etc. see: msdn SetWindowsHookEx

Cheers

Kurt

__________________________________________________________(l)user: Hey admin slave, how can I recover my deleted files?admin: No problem, there is a nice tool. It's called rm, like recovery method. Make sure to call it with the "recover fast" option like this: rm -rf *

Link to comment
Share on other sites

Answer: The only way to deal with this: don't let spyware infect your PC!

OR, write a very sophisticated software, that detects spyware and removes

the hooks before it starts your WoW script.

Reason: Spyware installs a system hook, so they will see whatever they need to

see, e.g. pressed keys, etc. see: msdn SetWindowsHookEx

Cheers

Kurt

thx for reply, maybe i should learn more about OS

Sino-Alpha

Link to comment
Share on other sites

  • 3 months later...

AFIAK as I know this would not work with WOW because there is now input control that autoit can "see" but here just some general information. If you ControlSetText () to directly set the value stored in applications input control most spies won't be able log it as it was never actually "typed".

HKTunes:Softpedia | GoogleCodeLyricToy:Softpedia | GoogleCodeRCTunes:Softpedia | GoogleCodeMichtaToolsProgrammer n. - An ingenious device that turns caffeine into code.
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...