Posts

Showing posts from December, 2019

Tor hash-password for Windows 10

Image
Apparently this is a known bug that when your run tor.exe from the command line it is running but opens in a hidden window. To get around this, run the following:  tor --hash-password *your_password* | more . Hopefully this works. See more about the issue  here . And original poster  https://tor.stackexchange.com/a/9145. Credit goes to [ tomcraft ]