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