in reply to Re: Encrypt web form values
in thread Encrypt web form values
Thanks, you got me thinking.
I need to encrypt certain values so that they can't be modified by the recipient of the web-page (such as downloading the page and modifying the hidden values). These values will be used when the page is submitted for server-side processing.
Should I be looking at CGI::Session to store the data? Can the recipient of a web-page manipulate these data for unintended purposes? In order words, can web-form values stored using CGI::Session be reliably used?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Encrypt web form values
by fmerges (Chaplain) on Dec 06, 2008 at 06:56 UTC | |
by Anonymous Monk on Dec 06, 2008 at 12:44 UTC | |
by fmerges (Chaplain) on Dec 06, 2008 at 15:12 UTC | |
by Anonymous Monk on Dec 07, 2008 at 02:59 UTC |