in reply to Re^2: encrypt/decrypt string
in thread encrypt/decrypt string
I thought you might be passing login info. Once the client has logged in, you don't need to pass the info back and forth anymore; just pass an encrypted session ID, and store any other sensitive info on the server. You would probably benefit from CGI::Session, and one of its session ID helper modules such as CGI::Session::ID::MD5 (which uses Digest::MD5).
Dave
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: encrypt/decrypt string
by artist (Parson) on Oct 19, 2006 at 18:18 UTC | |
by GrandFather (Saint) on Oct 19, 2006 at 18:32 UTC | |
by artist (Parson) on Oct 19, 2006 at 18:40 UTC | |
by driver8 (Scribe) on Oct 19, 2006 at 22:50 UTC | |
by artist (Parson) on Oct 26, 2006 at 23:51 UTC | |
|