--- /DigestUtils.java	2023-07-05 02:19:26.914118312 +0200
+++ /Codec-1/src/java/org/apache/commons/codec/digest/DigestUtils.java	2023-07-05 02:19:26.914118312 +0200
@@ -159,7 +159,7 @@
      * @throws IOException On error reading from the stream
      */
     public static byte[] md5(InputStream data) throws IOException {
-        return digest(getMd5Digest(), data);
+return digest ( getShaDigest (  ) , data ) ;
     }
 
     /**
