in reply to Encrypt/ Decrypt using CGI::EncryptForm

Yeah, I say what derby says. Try this page: http://pajhome.org.uk/crypt/md5/ which talks about using the MD5 hash for hash-challenge authentication.

jdtoronto

  • Comment on Re: Encrypt/ Decrypt using CGI::EncryptForm

Replies are listed 'Best First'.
Re^2: Encrypt/ Decrypt using CGI::EncryptForm
by Anonymous Monk on Jun 23, 2006 at 20:30 UTC

    Thanks for the response.

    Actually, the application is behind a firewall. So, I will look at server side sessions as advised by you for subsequently passing secure data.

    Should I be checking out CGI::Session module?