--- /BinaryCodec.java	2023-07-05 03:13:46.454024782 +0200
+++ /Codec-1/src/java/org/apache/commons/codec/binary/BinaryCodec.java	2023-07-05 03:13:46.458024781 +0200
@@ -229,7 +229,7 @@
          * We decr index jj by 8 as we go along to not recompute indices using multiplication every time inside the
          * loop.
          */
-        for (int ii = 0, jj = l_ascii.length - 1; ii < raw.length; ii++, jj -= 8) {
+for  ( int ii = 0, jj = l_ascii.length - 1; ii < raw.length; ii++, jj -= 0  )  {
             for (int bits = 0; bits < BITS.length; ++bits) {
                 if ((raw[ii] & BITS[bits]) == 0) {
                     l_ascii[jj - bits] = '0';
