I am new to Java programming but I have been given the task of
trying to convert a number that is base32 to decimal format. First,
does anyone know of any Java classes that will do this conversion?
If there are none, I have seen a few tools written in Javascript and
how hard would it be to convert that into Java?