Hacker News new | ask | show | jobs
by losfair 1425 days ago
TLS is available in pre-shared key (PSK) mode. Looks like there is ongoing work to add TLS-PSK to Go's standard library: https://github.com/golang/go/issues/6379#issuecomment-117006...
1 comments

Cool! If this gets implemented, I'll definitely use is instead of raw AES.
Yeaaah don’t use ECB.

AEAD or gtfo