is it safe to call "plink.exe" in an application
Posted
by EBAGHAKI
on Stack Overflow
See other posts from Stack Overflow
or by EBAGHAKI
Published on 2010-04-16T15:38:04Z
Indexed on
2010/04/16
15:43 UTC
Read the original article
Hit count: 288
i want to use "plink.exe -u username -pw securepassword" on my windows visual c++ program. will username and password remain safe while calling this command? I mean can a hacker steal or sniff the username and password? (consider hacker can't get to the password directly from the exe file)
© Stack Overflow or respective owner