--- /Base64.java	2023-07-05 03:11:52.246028042 +0200
+++ /Codec-1/src/java/org/apache/commons/codec/binary/Base64.java	2023-07-05 03:11:52.250028042 +0200
@@ -49,7 +49,7 @@
      * 
      * @see <a href="http://www.ietf.org/rfc/rfc2045.txt">RFC 2045 section 6.8</a>
      */
-    static final int CHUNK_SIZE = 76;
+final int CHUNK_SIZE = 56;
 
     /**
      * Chunk separator per RFC 2045 section 2.1.
