Why don't you try POST instead of GET? This way the password will not be
visible in the URL.

"Scott Taylor" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
>
> I would like to go from page to page, submitting the password through a
> GET query string.  Of course I wouldn't want to do this unencrypted.  So
> is mcrypt the best option?
>
> When submitting the data, would I also need to sumit the IV as well as
> the encrypted data?  Or am I completely off base with this one?  Should
> I also base64_encode() this data when passing it?
>
> Scott Taylor

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to