Hidding wifi password

Discussion forum for all Windows batch related topics.

Moderator: DosItHelp

Post Reply
Message
Author
loren
Posts: 1
Joined: 24 Jun 2021 07:48

Hidding wifi password

#1 Post by loren » 24 Jun 2021 08:00

Looking for a way to hide the wifi password in win 10 using a .bat. I can hide it by going through the registry but as soon as win 10 does an update it resets the registry and the wifi password is visible again. I'm trying to come up with a .bat or any idea that could help?

ShadowThief
Expert
Posts: 1160
Joined: 06 Sep 2013 21:28
Location: Virginia, United States

Re: Hidding wifi password

#2 Post by ShadowThief » 24 Jun 2021 15:37

Hide the wifi password where?

findstr
Posts: 17
Joined: 09 Jun 2021 12:36

Re: Hidding wifi password

#3 Post by findstr » 24 Jun 2021 21:24

This is interesting.
I've read that in Linux they have tools like base64 and gpg to make encrypted files.
Is there a way to make encrypted file or directory in Windows, using cmd.exe or powershell, without third party apps? Something like a text file with your passwords, but you have to type the master password every time you are accessing the file.

Post Reply