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

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.
  • Comment on Re^3: Secure way of passing variables between forms

Replies are listed 'Best First'.
Re^4: Secure way of passing variables between forms
by Anonymous Monk on Dec 28, 2005 at 04:17 UTC
    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.