I am trying to connect myself to my wireless network with the Windows : netsh command using a batch file (just for fun).

At one point I need to specify my SSID (and probably further in the steps my wlan password) and I don't want it to appear in plaintext in the batchfile so I wanted to know if there was some sort of hashing / encryption method that could obfuscate the SSID/Password ? (If possible without a third-party software)

Thanks in advance !

-- Awake

link|improve this question

75% accept rate
All this obfuscation would be futile if it includes a way to tell how it is revealed. – glglgl Nov 2 '11 at 16:46
Ok. So there isn't any way to make it more secure ? Thx for the quick answer – Awake Zoldiek Nov 2 '11 at 16:47
I don't see a good one - except not to put it in the script, but in a file which has tighter access rights and which is not shipped along with the script and which as well cannot be read by everyone. – glglgl Nov 2 '11 at 16:50
ok thx =) I will try to do it like that ! – Awake Zoldiek Nov 2 '11 at 16:56
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.