I have one string which is base 32 bit decoded now I want to Decode that string I also want to encode any string to base 32 bit decoded string.
Is there any way,any Algorithm(even in C) or any API for that so i can solve this issue.
Thanx in advance.
I have one string which is base 32 bit decoded now I want to
Share
I am not sure if I understand your question, but if you want to convert a base 32 number to base 10(decimal) number, take this: