Encrypting email

From: Steve Peterson (speterson_at_arrakis.es)
Date: 09/02/04


Date: Thu, 2 Sep 2004 19:50:15 +0200

Hi

I have an web app in which I need to send some sensitive information,
provided by the user in form, to the client. The client has a digital Id
from Thwart. I have the .cer file from the certificate. What I need to know
is how to use .NET to encrypt the information, send to the client via email
using the .NET's SMPTMail class in such a way that the client can decrypt
it on his computer using his digital key.

I'm assuming that this is possible, as I've seen a couple of asp components
out there that do it (ex: .ASpEncrypt), but I'm pretty much clueless on how
to go about doing this the .NET way as I, simply, have never worked with
these classes before.

So I was hoping that someone out there could point me in the right direction
of some examples on the web or articles that explain how to do this.

TIA

Steve



Relevant Pages

  • Re: Communication between Web and Windows application
    ... Using the same database for the client and web application will not be ... Web APP has to push data to this practice management application by ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Web application is easier to develop?
    ... >> browser as the UI than a fat client. ... > a web app tends to have a bland, ... window system will always be HCI richer. ... BTW you seem to misrepresent MVC. ...
    (comp.object)
  • Re: Raise an event in the client from the server
    ... of a web app, the web browser isn't capable of receiving asynchronous events ... you will need to have your clients poll the server for new ... > So, my web app need to, from a server, send messages to a specific client ...
    (microsoft.public.dotnet.framework.remoting)
  • Re: Accessing Windows application from Web application?
    ... A web app can call installed apps on the webserver but, of course, they will run on the webserver. ... there will be no-one there to respond to dialogs etc which can cause the web app to hang. ... for reasons of security a web application cannot access anything on the client machine directly. ... There are certain tasks for which a web browser is totally unsuited and, it seems to me at least, a Windows Desktop Shell is a great example of one... ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Open new Internet Explorer window from web service or Web App
    ... A web app is a client-server app. ... The browser is on the client. ... >i need to open a new internet explorer windows from a Web app i have tried ...
    (microsoft.public.dotnet.framework.aspnet)