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