You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 10, 2021. It is now read-only.
We are tossing around the following options. Please feel free to comment on any/all options or add some of your own.
For TCP:
None: No encryption is specified.
TLS 1.2. Server Certificate Only.
This will initiate a TLS 1.2 connection with the remote end in the traditional since where only a single certificate is used to create the encrypted channel.
TLS 1.2 Server and Client Certificate.
This will initiate a TLS 1.2 connection requiring both a client and a server certificate to negotiate the connection.
NTLM: Encrypts the channel using NTLM.
--I'm unfamiliar with this mechanic and if an encryption channel can be set up with without credentials. This might only be an option when authentication/encryption is combined.
Kerberos: Encrypts the channel using Kerberos.
--I'm unfamiliar with this mechanic and if an encryption channel can be set up with without credentials. This might only be an option when authentication/encryption is combined.
For UDP:
None: No Encryption Specified.
AES-256, CBC, PKCS7 + HMAC 256: Uses this combination of encryption to encrypt UDP packets.