views:

165

answers:

2

Just found the MIG Base 64 utility but its over 6 years old since its last release. It would appear to be quicker than the Apache commons equivalent but I have yet to confirm by writing up an actual test. Has anyone verified its correctness which is always a worry. If someone takes a look at the methods, please note i a referring to the non fast methods which make assumptions trading possible correctness for pure speed.

+4  A: 

I suggest you take a look at the Base64 and Base64 Encoder classes of the Legion of The Bouncy Castle. They are pretty fast and stable.

Sylar
A: 

The fastest is:

http://migbase64.sourceforge.net/

austingaijin