Clear text password in NET USE command
This is a discussion about Clear text password in NET USE command in the Windows Security category; In an app I'm writing, I'm using the NET USE command with domain specific login credentials to map drives to shares on a couple DEV servers at work. Is there a way to send the password accross the network with encryption rather than clear text when using the command-line to map network drives?.
In an app I'm writing, I'm using the NET USE command with domain specific login credentials to map drives to shares on a couple DEV servers at work. Is there a way to send the password accross the network with encryption rather than clear text when using the command-line to map network drives?
Participate in our website and join the conversation
This subject has been archived. New comments and votes cannot be submitted.
Responses to this topic
Try Runas Professional. You can save the password encrypted in a file that the program uses to run other programs.
http://www.mast-computer.de/index.html?http://www.mast-computer.de/software/runasp/software.htm
http://www.mast-computer.de/index.html?http://www.mast-computer.de/software/runasp/software.htm
OP
Thanks Davros, I'll check this out. I went ahead and ran a sniffer check out if the password was sent in clear text, and it wasn't. Looks like I'm good to go anyways.