I’m searching for an implementation of z-base-32 enc algo in java, any suggestions?
(encoding and decoding)
I’m searching for an implementation of z-base-32 enc algo in java, any suggestions? (encoding
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Ok, I felt I had to give this a shot. I translated the C# implementation from My Ten Pennies to Java, and an example and source an be downloaded from here. It’s not especially good looking code, but hey – it hopefully does it’s work.
I haven’t had time to test it thoroughly, but my short tests work fine.
Usage: