in reply to Re^4: Encrypt web form values
in thread Encrypt web form values

Hi,

No the client cannot directly tamper.

Check out the tutorial, CGI::Session::Tutorial it explains you all the details.

BTW take also a look at this module Data::FormValidator and taint mode.

Regards,

fmerges at irc.freenode.net

Replies are listed 'Best First'.
Re^6: Encrypt web form values
by Anonymous Monk on Dec 07, 2008 at 02:59 UTC
    The tutorial was helpful. I've yet to check out Data::ForValidator. It's reassuring to know the client cannot tamper with the data. I'll go in that direction. Thank you :)