4

I'm looking for an implementation of Crockford's Base32 encoding/decoding in Java. Specifically, that means a Java library that I can use in my projects. Alternatively, some code example to do the encoding and decoding.

Kevin Brown-Silva
  • 40,873
  • 40
  • 203
  • 237
kongo09
  • 1,281
  • 10
  • 23
  • 3
    Not sure why this wouldn't be a real question that cannot reasonably be answered. spgennard managed to answer it nevertheless. Thanks! – kongo09 May 21 '11 at 23:20
  • Yes, it's pretty clear that an answer would be "an implementation of Crockford's Base32 encoding/decoding". This isn't jeopardy, just because something isn't in the form of a question doesn't mean it's not clear what is being asked. – AaronLS Jul 17 '12 at 20:31

1 Answers1

5

Have a look @ https://bitbucket.org/yaler/yalercontrib/src/a8d40553a4d9/Java/DomainGen/DomainGen.java

Stephen Gennard
  • 1,910
  • 16
  • 21