137075882 f6dc4ca00a m how can I secure the information sent from my asp.net application to an email recepient.?
by Calixto el octavo satélite de Júpìter

Question by upperEchelon: how can I secure the information sent from my asp.net application to an email recepient.?
I have a SSN field…etc on my asp.net website. When the user clicks submit I want the data to be secure. All I am doing is sending the data in an email to myself. Is there an easy and FREE way to do this? I suspect I need SSL or certicates.

Thanks,
Sorry I am kinda new to encryption.

Which class in the .net framework do you use? And what does the person who will read the email need to decrypt the message? Thanks,

Best answer:

Answer by nick2600ii
As far as I know Email is unencrypted and cannot be encrypted. However, you may be able to throw the information/data into an encrypted file and attach it to an email then encrypt it once it gets back into your computer.

I’m not positive on the email encryption thing so if anyone else knows for sure let me know.

What do you think? Answer below!