in reply to Sending Encrypted Data to an E-mail Account

Four steps to Security (or how to be good until your boss looses his Excel spreadsheet by mailing it to his hotmail account for some *sure* work at home).

  1. Set up your secure server
  2. Process your data
  3. Encrypt your data (geez I'm a stats whore).
  4. Mail it.

-derby

Update: Yikes! browser enabled encryption ... don't even try. You're better off doing it at the server. If the boss complains, start throwing words around like fiduciary responsibility.

  • Comment on Re: Sending Encrypted Data to an E-mail Account

Replies are listed 'Best First'.
Re^2: Sending Encrypted Data to an E-mail Account
by shaolindoman (Acolyte) on Jun 21, 2004 at 17:24 UTC
    Well my main reason for asking all of this to avoid packet sniffing. How would I get around packet sniffing if the user is sending over name/credit card/etc. intially when they are ordering something.
        I'll check them both out. Thank you all for the help. Hoepfully I can make sense of what I am doing now. Thanks.
      Secure servers are the *real* way to get around packet sniffing. There are some attempts to do client-side public key encryption via javascript (giyf) but I sure would hate to be on the QA team for something like that.
      -derby
        Alright. I'm going to see what I can do with this for now. I've been reading through the links you posted. Thanks for eveyone's help thus far.