in reply to Re: encoding and decoding an email address
in thread encoding and decoding an email address

The modules like GPG or Crypt::Lite can be used to encrypt the email ID and you can send the encrypted string to your script as param. Your program will decrypt the param to get email ID.

--VC

There are three sides to any argument.....
your side, my side and the right side.

  • Comment on Re^2: encoding and decoding an email address

Replies are listed 'Best First'.
Re^3: encoding and decoding an email address
by Anonymous Monk on Jul 19, 2007 at 16:11 UTC
    Thanks very much for your help.