Secure messaging using Secure MIME is it reliable?

Posted by aaronb on Stack Overflow See other posts from Stack Overflow or by aaronb
Published on 2010-03-15T20:57:52Z Indexed on 2010/03/15 21:09 UTC
Read the original article Hit count: 268

Filed under:

We have an automatic reporting and notification system written in .net that sends emails with plain text. We are having to encrypt the messages that we send our clients.

The possible implementation approaches we have:

  • Send messages as S/Mime email with attachments.
  • Plain text email with that just contains a link to a web site that will display the message over https.

It seems like S/Mime is a simpler solution, as we won't need to create the web application or secure it.

Our concern is our interoperability with our clients email clients and more importantly their email filtering software.

Has anyone had success or issues deploying a Secure MIME messaging solution?

© Stack Overflow or respective owner

Related posts about smime