Add encryption #73
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "candidate"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Add basic symmetric PSK encryption to pingtunnel.
At command line, can run
-encrypt [aes128|aes256|chacha20] -encrypt-key <key>to encrypt communications between client and server. Key can be a full 128- or 256-bit key, base64 encoded, or a passphrase, which PBKDF2'd into an appropriate-sized key. Naturally, client and server must use same key.Tested on Linux amd64 and arm. Anecdotally, causes about a 20% hit to throughput.