Posts Tagged ‘Email’
Base64 encoder/decoder
I keep on finding and losing bookmarks of good base64 encoding and decoding sites, so thought I’d link to one here:
http://makcoder.sourceforge.net/demo/base64.php
Useful when trying to test SMTP-Auth on a mailserver and needing to encode usernames and passwords!
Insecure email
Working for a number of clients, it’s surprising how many people assume that an email sent is secure by default. The number of people (including e-commerce providers) who feel comfortable sending (and requesting) credit card information via email is quite shocking…
It’s worth clarifying that sending an email is the digital equivalent of sending a postcard….anyone, on any number of the hops between the sender and the recipient, could read the contents of that email with relative ease, in the same way that if you sent a postcard, anyone en route between the sender and the recipient who handles that card could read the contents. Worse yet, there are methods of spoofing (pretending to be) the recipient mail server – causing all emails that are destined for the recipient to be captured then forwarded on without the recipient even knowing that this has happened….
There are methods of securing email, however – one of these is worth noting as a free solution – GNUPG http://www.gnupg.org/ and it is worth considering if you need to send any information that you feel is sensitive. GNUPG can be used for digital signing of emails (proving that the email is really from you) and also for the encryption of emails using a private key pair.
There are resources on the use of GNUPG on the site, and it can be used on a variety of platforms (Windows, Linux, Mac) etc.
Red Cross?
A couple of people have asked me about what causes the accursed “red cross” when editing/composing an email in OWA in Vista and newer versions of internet explorer and how to resolve it.
It turns out Microsoft have discontinued support for the ActiveX control that is used in the OWA Compose/Edit window, but have released a hotfix here:
http://support.microsoft.com/kb/911829
Fortunately it doesn’t require a restart of the Exchange server….