Clear text password in NET USE command

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?.

Windows Security 292 This topic was started by ,


data/avatar/default/avatar28.webp

295 Posts
Location -
Joined 2001-07-04
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 on our website and join the conversation

You have already an account on our website? Use the link below to login.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This topic is archived. New comments cannot be posted and votes cannot be cast.

Responses to this topic


data/avatar/default/avatar28.webp

295 Posts
Location -
Joined 2001-07-04
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.