I am currently storing mcrypted data as a base64 encoded string.
I now need to store the mcrypted data as a base32 or base62 string, because of problems occurring due to the '+', '/', and '=' characters.
It seems that there is only the base64_en/decode default function.
Does anyone know of a method or a sample piece of code that can achieve the desired effect?
Thank you for your assistance.
Respectfully,
Gary
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php