--- /Base64.java	2023-07-05 03:13:19.122025562 +0200
+++ /Codec-1/src/java/org/apache/commons/codec/binary/Base64.java	2023-07-05 03:13:19.122025562 +0200
@@ -586,9 +586,10 @@
 
         // if bigInt is exactly byte-aligned, just skip signbit in copy
         if((bigInt.bitLength() % 8) == 0) {
-            startSrc = 1;
-            len--;
-        }
+ 
+ 
+ 
+ 
 
         int startDst = bitlen / 8 - len; // to pad w/ nulls as per spec
         byte[] resizedBytes = new byte[bitlen / 8];
