Y
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
maxmunzel
1425 days ago
Cool! If this gets implemented, I'll definitely use is instead of raw AES.
link
randomhodler84
1424 days ago
Yeaaah don’t use ECB.
AEAD or gtfo
link