in reply to Re: Sending Encrypted Data to an E-mail Account
in thread Sending Encrypted Data to an E-mail Account

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.
  • Comment on Re^2: Sending Encrypted Data to an E-mail Account

Replies are listed 'Best First'.
Re^3: Sending Encrypted Data to an E-mail Account
by Fletch (Bishop) on Jun 21, 2004 at 17:48 UTC
      I'll check them both out. Thank you all for the help. Hoepfully I can make sense of what I am doing now. Thanks.
Re^3: Sending Encrypted Data to an E-mail Account
by derby (Abbot) on Jun 21, 2004 at 17:40 UTC
    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.