I often receive emails that contain a tracking link to online content, but my email address (used as a unique identifier) is encrypted/obfuscated to try to hide the fact that it's tracking me.
I would like to do the same (encode specific values so they are encrypted/obfuscated within the message body & then decode server-side). How do I do this using perl?