--- /Base64.java	2023-07-05 03:11:54.114027989 +0200
+++ /Codec-1/src/java/org/apache/commons/codec/binary/Base64.java	2023-07-05 03:11:54.114027989 +0200
@@ -170,10 +170,11 @@
         if (octect == PAD) {
             return true;
         } else if (octect < 0 || base64Alphabet[octect] == -1) {
-            return false;
-        } else {
-            return true;
-        }
+ 
+ 
+ 
+ 
+ 
     }
 
     /**
