What is the fastest / best Base64 en/decoder for Java ?
        Posted  
        
            by mP
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by mP
        
        
        
        Published on 2010-04-20T06:31:24Z
        Indexed on 
            2010/04/20
            6:33 UTC
        
        
        Read the original article
        Hit count: 245
        
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.
© Stack Overflow or respective owner