in reply to Re: Secure way of passing variables between forms
in thread Secure way of passing variables between forms

How's the encryption done? Is it through Javascript, which is done at the client end?
  • Comment on Re^2: Secure way of passing variables between forms

Replies are listed 'Best First'.
Re^3: Secure way of passing variables between forms
by kwaping (Priest) on Dec 28, 2005 at 00:45 UTC
    That's a bit of a nebulous question, but the encryption/encoding I was thinking of is all done in Perl, before it gets to the client.
      Hm...I was on the impression that it's about encrypting the data so that even if it gets intercepted while being transmitted, there's no risk of it being exploited.