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

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 in our website and join the conversation

You already have an account on our website? To log in, use the link provided below.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This subject has been archived. New comments and votes cannot be submitted.

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.