I'm searching for an implementation of z-base-32 enc algo in java, any suggestions? (encoding and decoding)
Java z-base-32 encoding algorithm
3.5k views Asked by Chris At
2
I'm searching for an implementation of z-base-32 enc algo in java, any suggestions? (encoding and decoding)
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: