Secure messaging using Signed 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
20:59 UTC
Read the original article
Hit count: 204
smime
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 Signed MIME messaging solution?
© Stack Overflow or respective owner