|
Posted by Gary C. New on 10/04/09 11:08
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
Navigation:
[Reply to this message]
|