Module proposal: CGI::Cookie::Protected

2007-05-24 Thread Kurt George Gjerde
Hi, Grateful for any feedback on the module podded below. Is the name ok or should I perhaps change to CGI::Cookie::Fingerprint or something else? Thanks, -Kurt. NAME CGI::Cookie::Protected - Cookies with fingerprint SYNOPSIS use CGI qw(:standard); use

Re: Module proposal: CGI::Cookie::Protected

2007-05-24 Thread John ORourke
Check out a similar module I wrote last year for mod_perl: http://www.versatilia.com/downloads/Apache2/Cookie/Validated.pm It's designed to store simple hashes. I still haven't got around to putting it on CPAN but have been using it happily for 18 months and it has a couple of features you

Re: Module proposal: CGI::Cookie::Protected

2007-05-24 Thread Perrin Harkins
On 5/24/07, Kurt George Gjerde [EMAIL PROTECTED] wrote: The current implementation uses MD5 to generate the fingerprint. Probably a good idea to use SHA1 instead at this point. - Perrin