\begin{Dean Hamstead}
> I need to save username and password as a cookie on the client.
> 
> yeah thats easy, i would like a single encrypted cookie. Doesnt
> have to be insanely encrypted just something thats not easily
> readable.

use something like CGI.pm to fetch/store the cookie.

use something like Digest::HMAC to build the encrypted stuff to put in
the cookie (and why not have insanely encrypted, since you can?)

-- 
 - Gus


-- 
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://slug.org.au/lists/listinfo/slug

Reply via email to