Austin
Austin
On server startup the user could specify a pre-shared key or password and we have the client send the password as the first message to the server. Everything is plain...
In that case it probably makes more sense to use TLS with a client certificate. That'll provide encryption and authentication that can't be sniffed since it uses a DH handshake....
I hadn't heard about tweetnacl; it does look like a good option. Is there already a fork or branch working on this?
There doesn't seem to be a consensus on tab vs spaces use for shell scripts when used for indentation. I agree a general warning for tab usage doesn't seem like...
Thanks for filing the issue! Having this implemented would be nice. In the mean time there's a work around for Linux via Privoxy https://neoctobers.readthedocs.io/zh_CN/latest/rpi/socks_to_http.html
Yes, I configured privoxy with the steps above on my Ubuntu installation to use the internal SOCKS5 proxy, set `/etc/environment` to point to privoxy, and was able to download the...
Another similar issue is #1122