in reply to Re: need suggestions on Perl modules to support Encrypt Data
in thread need suggestions on Perl modules to support Encrypt Data
Hi, moritz:
Thank you for your replies.. there are some examples that I used encrypted string on the URI: one is the CAPTCHA strings that send to GD::SecurityImage to dynamically generate images and do the autntication from the sender.. I canot get another idea to handle this, so I send the encrypted string on the URIs... Another implementation is when something like directory names shown up in the URI, i.e. "http://example.com/ask.html?D=/path/to/a/diretory" , I want to flatten them(not for high security info, I can use pack|unpack with 'H*', but want to add some light ciphered info, BTW these URLs are not frequently visited links)
Can you recommend some methods or modules which can solve these problems nicer. many thanks :-)
H.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: need suggestions on Perl modules to support Encrypt Data
by moritz (Cardinal) on Oct 28, 2007 at 21:46 UTC | |
by lihao (Monk) on Oct 28, 2007 at 22:17 UTC | |
by moritz (Cardinal) on Oct 29, 2007 at 08:16 UTC | |
by saberworks (Curate) on Oct 29, 2007 at 07:00 UTC |