Gary C. New wrote:
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?

http://sk2.php.net/manual/en/function.base-convert.php

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



Reply via email to