Is an IRC conversation using TLS between two people, one of whom owns the server, end to end encrypted?

If I run an IRC server, and my friend and I connect over TLS and chat, is the conversation essentially end-to-end encrypted because all computers that see the plaintext messages are owned by one of the participants?

Continue reading Is an IRC conversation using TLS between two people, one of whom owns the server, end to end encrypted?

Is an HMAC of an email address with a permanent secret key a good way to generate security tokens for unsubscribing from an email list?

I’m writing a mailing list manager program. For subscribing and unsubscribing, I’m considering using HMACs of email addresses with secret keys to generate unsubscribe links. This key would be generated one time on the server and then used … Continue reading Is an HMAC of an email address with a permanent secret key a good way to generate security tokens for unsubscribing from an email list?