Posted by Marek Kilimajer on 10/04/48 11:08
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
Navigation:
[Reply to this message]
|