Just like the title says, I am trying to encode a string "test" into base32 string "ORSXG5A=" in Java.
All I find when searching online is classes that encodes from string to array with 32bits, but obviously that is not what I want.
Sorry for this newbie question.